summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Holth <dholth@fastmail.fm>2013-06-23 14:21:54 -0400
committerDaniel Holth <dholth@fastmail.fm>2013-06-23 14:21:54 -0400
commitd7171781f9c153e20dbb988192d0248e9a8342c5 (patch)
tree09b6cd155cb89764baf164f5d62cc3c9d1d3df54 /tox.ini
parent26bc7306641a90a4f5d80ee297522749413bd9e1 (diff)
downloadwheel-d7171781f9c153e20dbb988192d0248e9a8342c5.tar.gz
update test dependencies
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini9
1 files changed, 4 insertions, 5 deletions
diff --git a/tox.ini b/tox.ini
index b742af9..0718a84 100644
--- a/tox.ini
+++ b/tox.ini
@@ -8,12 +8,11 @@ envlist = py27, pypy, py32, py33
[testenv]
commands =
- nosetests
+ py.test
deps =
- nose
- markerlib
+ jsonschema
coverage
+ pytest
+ pytest-cov
wheel[tool,signatures]
distribute>=0.6.34
- argparse
- jsonschema