File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -16,4 +16,4 @@ install:
1616 - pip install psycopg2
1717
1818script :
19- - tox -e travis
19+ - tox -r - e travis
Original file line number Diff line number Diff line change @@ -46,12 +46,13 @@ deps = {[testenv]deps}
4646[testenv:travis]
4747basepython =python3.3
4848commands = 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
5252usedevelop = True
5353deps = {[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
You can’t perform that action at this time.
0 commit comments