Skip to content

Commit fb35077

Browse files
committed
Fix travis coverage
1 parent eb3cfe7 commit fb35077

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ install:
1616
- pip install psycopg2
1717

1818
script:
19-
- tox -e travis
19+
- tox -r -e travis

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,13 @@ deps = {[testenv]deps}
4646
[testenv:travis]
4747
basepython=python3.3
4848
commands = coverage run --branch --source=viewflow tests/manage.py test viewflow tests.integration tests.unit tests.examples
49-
pip install django>=1.7
50-
coverage run --branch --source=viewflow tests/manage.py test viewflow tests.integration tests.unit tests.examples
49+
pip install django>=1.7 -U
50+
coverage run --append --branch --source=viewflow tests/manage.py test viewflow tests.integration tests.unit tests.examples
5151
coveralls
5252
usedevelop = True
5353
deps = {[testenv]deps}
54-
django>=1.6.8
54+
django==1.6.8
55+
https://bitbucket.org/andrewgodwin/south/get/e2c9102ee033.zip#egg=South
5556
coveralls
5657

5758

0 commit comments

Comments
 (0)