Skip to content

Commit a882fff

Browse files
authored
Removing Python 2 from test suite
Former-commit-id: c9dd543
1 parent ffe7168 commit a882fff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: python
22
sudo: false
33
python:
4-
- '2.7'
54
- '3.6'
5+
- '3.7'
66
before_script:
77
- export DISPLAY=:99.0
88
- sh -e /etc/init.d/xvfb start

0 commit comments

Comments
 (0)