]> git.phdru.name Git - mimedecode.git/commitdiff
Limit `setuptools<44` for Python 2.7
authorOleg Broytman <phd@phdru.name>
Fri, 28 Feb 2020 12:11:01 +0000 (15:11 +0300)
committerOleg Broytman <phd@phdru.name>
Fri, 28 Feb 2020 12:11:01 +0000 (15:11 +0300)
.travis.yml

index 539ebac9a8ff6d5403bff717c79c5b889c7a183b..69521f1017b6de7e3e24802e6505386643f51c19 100644 (file)
@@ -27,7 +27,7 @@ matrix:
     env: TOXENV=pypy
 
 install:
-  - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu
+  - travis_retry pip install --upgrade "pip<19.1" "setuptools<44" tox ppu
 
 script:
   - tox