summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorAdam Bogdał <adam@bogdal.pl>2015-07-03 17:33:20 +0200
committerAdam Bogdał <adam@bogdal.pl>2015-07-03 17:33:20 +0200
commit5ea582f7352fe1a2fecb1971b9002431367649b0 (patch)
tree4284d5fcbdd846f938071b3d4fede6ba275821ff /tox.ini
parent948626104ce9a1d7e9dea203efc3ab6645a266e3 (diff)
downloaddjango-payments-taler-5ea582f7352fe1a2fecb1971b9002431367649b0.tar.gz
django-payments-taler-5ea582f7352fe1a2fecb1971b9002431367649b0.tar.bz2
django-payments-taler-5ea582f7352fe1a2fecb1971b9002431367649b0.zip
Use option instead of command
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index f1c4c15..83d6188 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,10 +2,10 @@
envlist = py27,py33,py34
[testenv]
+usedevelop=True
deps=
mock
pytest
pytest-django
commands=
- python setup.py develop
py.test