Skip to content

Commit

Permalink
Update Python versions for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Jun 22, 2018
1 parent 35168ac commit 5436e55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: python
python:
- "2.7"
- "3.3"
- "3.6"
- "3.5"
- "3.4"
- "2.7"
# command to run tests
script: py.test --verbose --verbose
sudo: False

0 comments on commit 5436e55

Please sign in to comment.