mirror of
https://github.com/jazzband/django-analytical.git
synced 2026-03-16 22:20:25 +00:00
Pin coverage version (workaround for Python 3.2 test execution on Travis-CI)
see https://bitbucket.org/ned/coveragepy/issues/407/coverage-failing-on-python-325-using#comment-22049180
This commit is contained in:
parent
d8c5852abb
commit
2a5015fed2
1 changed files with 1 additions and 0 deletions
1
tox.ini
1
tox.ini
|
|
@ -16,6 +16,7 @@ basepython =
|
|||
py33: python3.3
|
||||
py34: python3.4
|
||||
deps =
|
||||
coverage==3.7.1
|
||||
coveralls
|
||||
django14: Django>=1.4,<1.5
|
||||
django15: Django>=1.5,<1.6
|
||||
|
|
|
|||
Loading…
Reference in a new issue