Skip to content

Commit 4c5e7b5

Browse files
committed
Fixes for travis
1 parent 98fe36c commit 4c5e7b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ env:
1414
# env: DJANGO="django>=1.11,<1.12"
1515

1616
install:
17-
- pip install -q $DJANGO six odin<=1.0
17+
- pip install -q $DJANGO six "odin<=1.0"
1818
- pip install coveralls
1919

2020
script: coverage run django_test_runner/__main__.py baldr

0 commit comments

Comments
 (0)