Skip to content

Commit

Permalink
fixup! tox,travis: Add py35 env, infer TOXENV from TRAVIS_ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
abusalimov committed Oct 11, 2015
1 parent 87364d0 commit 2c11404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,8 @@
envlist = py{27,32,33,34,35}, pypy{,3}

[testenv]
deps =
py==1.4.28
pytest==2.7.1
commands =
py.test {posargs:test_pytest_catchlog.py}

0 comments on commit 2c11404

Please sign in to comment.