Skip to content

Commit e9abdc3

Browse files
committed
Add compatible version of setuptools to .travis.yml
1 parent 08b5d76 commit e9abdc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ matrix:
3636
- TOX_ENV=py36-dj21-drf37
3737

3838
install:
39-
- travis_retry pip install "virtualenv<14.0.0" "tox>=1.9" "coverage<4"
39+
- travis_retry pip install "virtualenv<14.0.0" "tox>=1.9" "coverage<4" "setuptools<40.0.0"
4040

4141
script:
4242
- tox -e $TOX_ENV

0 commit comments

Comments
 (0)