Skip to content

Commit

Permalink
Use exact latest versions in tox.ini for better requires.io support
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Dec 3, 2015
1 parent 4beb76c commit b00481b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ envlist = py{26,27,33,34,py,py3}-pytest{27,28}
[testenv]
commands = py.test -m 'not (chrome or phantomjs)' {posargs}
deps =
pytest27: pytest==2.7.*
pytest28: pytest==2.8.*
pytest27: pytest==2.7.3
pytest28: pytest==2.8.3

0 comments on commit b00481b

Please sign in to comment.