summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDick Marinus <dick@mrns.nl>2017-05-22 20:44:02 +0200
committerDick Marinus <dick@mrns.nl>2017-05-22 20:44:02 +0200
commitbbb0866806917dd5a162587d1b95ed00c6fbceec (patch)
tree7a9bf058e61f2eaf79c392931f5bed21ef2dd25e /tox.ini
parent324abde72af8e19ad991af4e049b2fb4d17873f2 (diff)
Add behave to tox
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 5 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4e04d571..cd075911 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,8 +1,12 @@
[tox]
-envlist = py26, py27, py33, py34, py35, py36
+envlist = py27, py33, py34, py35, py36
[testenv]
deps = pytest
mock
pgspecial
humanize
commands = py.test
+ behave tests/features
+passenv = PGHOST
+ PGUSER
+ PGPASSWORD