diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-01-28 16:23:48 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2016-01-28 16:23:48 -0500 |
commit | 8d1579cc3cc154240db77d36ede4d582f7335cf4 (patch) | |
tree | 12175f6f907cd373687373a9a11b9f3462202da5 | |
parent | 8a1e619fb20df1be6ad2e0c563e451e17eb17628 (diff) | |
download | sqlalchemy-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.ini | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -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 |