Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
Added xenial ubuntu
  • Loading branch information
LaserPhaser committed Apr 19, 2019
1 parent 7b22218 commit 83f2bee
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,10 +1,11 @@
dist: xenial
language: python
python:
- 3.7
- 3.6
- 3.5
- 3.4
- 2.7
- 3.7
- 3.6
- 3.5
- 3.4
- 2.7
install: pip install -U tox-travis
script: tox
deploy:
Expand Down

0 comments on commit 83f2bee

Please sign in to comment.