summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Bayer <mike_mp@zzzcomputing.com>2016-01-28 16:23:48 -0500
committerMike Bayer <mike_mp@zzzcomputing.com>2016-01-28 16:23:48 -0500
commit8d1579cc3cc154240db77d36ede4d582f7335cf4 (patch)
tree12175f6f907cd373687373a9a11b9f3462202da5
parent8a1e619fb20df1be6ad2e0c563e451e17eb17628 (diff)
downloadsqlalchemy-8d1579cc3cc154240db77d36ede4d582f7335cf4.tar.gz
- using extras here has the effect of defeating the usedevelop flag
since SQLAlchemy gets installed as develop and in the virtualenv
-rw-r--r--tox.ini12
1 files changed, 6 insertions, 6 deletions
diff --git a/tox.ini b/tox.ini
index 7db7d63c4..d6deea8f3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -16,12 +16,12 @@ usedevelop=
deps=pytest
pytest-xdist
mock
- postgresql: .[postgresql]
- mysql: .[mysql]
- mysql: .[pymysql]
- oracle: .[oracle]
- mssql: .[pyodbc]
- mssql: .[pymssql]
+ postgresql: psycopg2
+ mysql: mysqlclient
+ mysql: pymysql
+ oracle: cx_oracle
+ mssql: pyodbc
+ mssql: pymssql
cov: pytest-cov
whitelist_externals=sh