summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2016-01-27 15:54:47 +0100
committerSybren A. Stüvel <sybren@stuvel.eu>2016-01-27 15:54:47 +0100
commitdd5e979d43e1c6938a344e013e04eb4477c9f165 (patch)
tree72ec5026c6a6930865034e4d11647ef4a5869261 /tox.ini
parent4a6a2b7b7facd5bcbf8b9e137d0047a170c5e8d4 (diff)
downloadrsa-git-dd5e979d43e1c6938a344e013e04eb4477c9f165.tar.gz
Simplified test structure a bit, so we no longer need to set PYTHONPATH
The u'' string prefix was reintroduced in Python 3.3, and since we've dropped py3.2 support we can avoid the whole py{2k,3k}constants.py mess.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 0 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 3844f22..7c8c1c1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -6,8 +6,6 @@ envlist = py26,py27,py33,py34,py35,pypy
addopts = -v --cov rsa --cov-report term-missing
[testenv]
-setenv =
- PYTHONPATH = {toxinidir}:{toxinidir}/tests
commands=py.test []
deps=pyasn1 >=0.1.3
coverage >=3.5