summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorIrina Truong <i.chernyavska@gmail.com>2019-03-18 04:11:21 +0000
committerIrina Truong <i.chernyavska@gmail.com>2019-05-03 21:36:21 -0400
commit3366be52fb0491a00c1bd0b4f72b82944fd0d5ec (patch)
treec1665fe72ff29ce95dc9826d49cecab0d9a9e828 /tox.ini
parent6d1b653e24278111d82b761c2ea1e66a0621a27d (diff)
Build pgcli with 3.7.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini11
1 files changed, 5 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 712db9cb..c8c75517 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,11 +1,10 @@
[tox]
-envlist = py27, py34, py35, py36
+envlist = py27, py34, py35, py36, py37
[testenv]
-deps = pytest
- mock
- pgspecial
- humanize
- psycopg2
+deps = pytest>=2.7.0,<=3.0.7
+ mock>=1.0.1
+ behave>=1.2.4
+ pexpect==3.3
commands = py.test
behave tests/features
passenv = PGHOST