summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 3c577eb0d..48b231714 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
-envlist = py{26,27,34,35}-{cext,nocext}
+envlist = py{26,27,34,35}-{cext,nocext}, pypy-nocext
[testenv]
# note that we have a .coveragerc file that points coverage specifically
@@ -17,6 +17,7 @@ deps=pytest
pytest-xdist
mock
postgresql: psycopg2
+ pypy-postgresql: psycopg2cffi
mysql: mysqlclient
mysql: pymysql
oracle: cx_oracle
@@ -51,6 +52,7 @@ setenv=
cov: COVERAGE={[testenv]cov_args}
sqlite: SQLITE=--db sqlite
postgresql: POSTGRESQL=--db postgresql
+ pypy-postgresql: POSTGRESQL=--db postgresql_psycopg2cffi
mysql: MYSQL=--db mysql --db pymysql
oracle: ORACLE=--db oracle --low-connections --write-idents oracle_idents.txt
mssql: MSSQL=--db pyodbc --db pymssql