Skip to content

Commit

Permalink
Removing Python 2 from test suite
Browse files Browse the repository at this point in the history
Former-commit-id: c9dd543
  • Loading branch information
ljchang authored Apr 9, 2019
1 parent ffe7168 commit a882fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
sudo: false
python:
- '2.7'
- '3.6'
- '3.7'
before_script:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
Expand Down

0 comments on commit a882fff

Please sign in to comment.