pytest 2.6.0 is on pypi now

This commit is contained in:
Daniel Graña 2014-07-24 15:37:43 -03:00
parent 6d215a1b34
commit 79aba9e314
1 changed files with 1 additions and 3 deletions

View File

@ -5,8 +5,6 @@
[tox]
envlist = py27, pypy, precise, trunk, py33, docs
indexserver =
HPK = https://devpi.net/hpk/dev/
[testenv]
deps =
@ -51,7 +49,7 @@ deps =
w3lib>=1.5
# tests requirements
mock
:HPK:pytest>2.5.2
pytest>=2.6.0
pytest-twisted
[testenv:windows]