]> git.phdru.name Git - ppu.git/commitdiff
CI: Upgrade pip and setuptools
authorOleg Broytman <phd@phdru.name>
Mon, 11 Dec 2017 14:48:00 +0000 (17:48 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 11 Dec 2017 14:48:00 +0000 (17:48 +0300)
.travis.yml
appveyor.yml

index e2743b2e4876c2a52e295220801d8af9c7fa0212..0d24657961a8f685148303a58d76616100d92823 100644 (file)
@@ -34,7 +34,7 @@ matrix:
     env: TOXENV=py34-flake8
 
 install:
-  - travis_retry pip install tox
+  - travis_retry pip install --upgrade pip setuptools tox
 
 script:
   - tox
index 84316e31d096431ad3ba99cfd383f4c8da0269a9..bf1ff979ae7a4db52d4b2c04447ad860e0680738 100644 (file)
@@ -74,7 +74,7 @@ install:
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
   - "pip --version"
-  - "pip install tox"
+  - "pip install --upgrade pip setuptools tox"
 
 # No build step - we don't have C extensions
 build: false