mirror of
https://github.com/Hopiu/django-cachalot.git
synced 2026-03-16 21:30:23 +00:00
Downgrades coverage for Python 3.2.
This commit is contained in:
parent
32135f6b43
commit
104f58e97d
1 changed files with 2 additions and 1 deletions
3
tox.ini
3
tox.ini
|
|
@ -10,7 +10,6 @@ basepython =
|
|||
py3.3: python3.3
|
||||
py3.4: python3.4
|
||||
deps =
|
||||
coverage
|
||||
django1.7: Django>=1.7,<1.8
|
||||
django1.8: Django>=1.8,<1.9
|
||||
psycopg2
|
||||
|
|
@ -20,6 +19,8 @@ deps =
|
|||
py2.7: pylibmc
|
||||
py{3.2,3.3,3.4}: https://github.com/clelland/MySQL-for-Python-3/tarball/master
|
||||
py{3.2,3.3,3.4}: python3-memcached
|
||||
py3.2: coverage<4.0
|
||||
py{2.7,3.3,3.4}: coverage
|
||||
setenv =
|
||||
sqlite3: DB_ENGINE=sqlite3
|
||||
postgresql: DB_ENGINE=postgresql
|
||||
|
|
|
|||
Loading…
Reference in a new issue