Skip to content

Commit

Permalink
Turn on py35 for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
asottile committed Nov 11, 2016
1 parent bbc8094 commit 437233b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: python
python: 3.5
env: # These should match the tox env list
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pypy3
install: pip install coveralls tox
Expand Down

0 comments on commit 437233b

Please sign in to comment.