Skip to content

Commit 6f88d8b

Browse files
committed
tox.ini: do not install postgis if not required
1 parent 81350bf commit 6f88d8b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ setenv =
3838
sqlite: DBENGINE = sqlite
3939

4040
deps=
41-
py{27,33,34,35}: psycopg2>=2.6.1
41+
py{27,33,34,35}-{pg}: psycopg2>=2.6.1
4242
pypy-d{18,19}-{pg}: psycopg2cffi
4343

44-
mysql: MySQL-python
44+
mysql: mysqlclient
4545

4646
d18: django>=1.8,<1.9
4747
d18: django-reversion==1.9.3

0 commit comments

Comments
 (0)