We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98fe36c commit 4c5e7b5Copy full SHA for 4c5e7b5
1 file changed
.travis.yml
@@ -14,7 +14,7 @@ env:
14
# env: DJANGO="django>=1.11,<1.12"
15
16
install:
17
- - pip install -q $DJANGO six odin<=1.0
+ - pip install -q $DJANGO six "odin<=1.0"
18
- pip install coveralls
19
20
script: coverage run django_test_runner/__main__.py baldr
0 commit comments