aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAlex Stapleton <alexs@prol.etari.at>2014-03-24 23:05:53 +0000
committerAlex Stapleton <alexs@prol.etari.at>2014-03-24 23:05:53 +0000
commit3888a84c2b7fc45adf3fa665880d554c1766165e (patch)
tree3ced92983980b7a034401fba43f6b7084fb359f0 /tox.ini
parenta39a319b096b1b2b1775ae1a91117c19422a6c81 (diff)
downloadcryptography-3888a84c2b7fc45adf3fa665880d554c1766165e.tar.gz
cryptography-3888a84c2b7fc45adf3fa665880d554c1766165e.tar.bz2
cryptography-3888a84c2b7fc45adf3fa665880d554c1766165e.zip
Fix bug in release task and style fixes
tasks.py was building tarballs/sdists that didn't actually have vectors in because of setup.pys reliance on the cwd.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 1 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index eaebd5c6..eb8e2750 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,8 +7,8 @@ deps =
iso8601
pretend
pytest
+ ./vectors
commands =
- pip install -e vectors
coverage run --source=cryptography/,tests/ -m pytest --capture=no --strict {posargs}
coverage report -m
@@ -36,7 +36,6 @@ commands =
# coverage.py on pypy.
[testenv:pypy]
commands =
- pip install -e vectors
py.test --capture=no --strict {posargs}
[testenv:pep8]