Skip to content

Commit

Permalink
Merge pull request #4 from Yelp/fix_travis
Browse files Browse the repository at this point in the history
Turn on py35 for travis
  • Loading branch information
asottile committed Nov 11, 2016
2 parents bbc8094 + 348f0cf commit c42122d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
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
script: tox
after_success:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
project = wsgi_mod_rpaf
# These should match the travis env list
envlist = py27,py35,pypy,pypy3
envlist = py27,py35,pypy

[testenv]
deps = -rrequirements-dev.txt
Expand Down

0 comments on commit c42122d

Please sign in to comment.