Skip to content

Commit

Permalink
Update Python versions in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jun 27, 2019
1 parent 9dddb8d commit 9a376fc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: python
dist: xenial
python:
- 2.7
- 3.4
- 3.5
sudo: false
- 3.6
- 3.7
install:
- pip install tox-travis
- pip install tox-travis
script:
- tox
- tox
notifications:
email: false
email: false

0 comments on commit 9a376fc

Please sign in to comment.