Skip to content

Commit

Permalink
Update Python versions on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Apr 18, 2018
1 parent 3ce6d02 commit b6f7f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: python
python:
- "3.6"
- "3.5"
- "2.7"
- "3.3"
# command to run tests
script: py.test

0 comments on commit b6f7f6c

Please sign in to comment.