Skip to content

Commit 709870f

Browse files
committed
travis: enforce $DJANGO version
1 parent 2c244ff commit 709870f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ matrix:
2525
before_install:
2626
- pip install codecov
2727
install:
28-
- travis_retry pip install $DJANGO
29-
- pip install -e .
28+
- travis_retry pip install $DJANGO -e .
3029
script:
3130
- coverage run --source=capture_tag runtests.py
3231
after_success:

0 commit comments

Comments
 (0)