]> git.phdru.name Git - mimedecode.git/commitdiff
CI: Require pip < 19.1 for Python 2.7 and 3.4
authorOleg Broytman <phd@phdru.name>
Sun, 3 Feb 2019 18:53:05 +0000 (21:53 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 4 Feb 2019 17:32:51 +0000 (20:32 +0300)
.travis.yml

index 88e2328ba678b28cecdee7b5f906046cf9cb1c91..68a8bace73e7e1e9c45be66f6f62028463e42a03 100644 (file)
@@ -33,7 +33,7 @@ matrix:
     env: TOXENV=pypy
 
 install:
-  - travis_retry pip install --upgrade pip setuptools tox ppu
+  - travis_retry pip install --upgrade "pip < 19.1" setuptools tox ppu
 
 script:
   - tox