summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Unterwaditzer <markus@unterwaditzer.net>2016-08-21 21:51:48 +0200
committerMarkus Unterwaditzer <markus@unterwaditzer.net>2016-08-21 21:51:48 +0200
commit10d548995409eee7632d911164013112b1b07d9f (patch)
treeb364c98ec94bd4ff1485d270e5dcd3c455fd6bab
parentc9fa8050870e342ef3c3f31e5eb28c50ef9dfcd8 (diff)
downloaditsdangerous-10d548995409eee7632d911164013112b1b07d9f.tar.gz
Fix test setup
-rw-r--r--MANIFEST.in2
-rw-r--r--tox.ini5
2 files changed, 3 insertions, 4 deletions
diff --git a/MANIFEST.in b/MANIFEST.in
index abd3a73..987e329 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -1,4 +1,4 @@
-include CHANGES LICENSE tests.py tox.ini
+include CHANGES LICENSE tests.py tox.ini test-requirements.txt
graft docs
prune docs/_build
recursive-exclude docs/_themes *.pyc .git*
diff --git a/tox.ini b/tox.ini
index e07dfae..8ef2557 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,6 @@
envlist = py26,py27,pypy,py33,py34,py35
[testenv]
-commands = py.test {}
+commands = py.test {posargs}
-deps =
- pytest
+deps = -rtest-requirements.txt