]> git.phdru.name Git - cookiecutter.git/commitdiff
CI: Upgrade pip and setuptools
authorOleg Broytman <phd@phdru.name>
Mon, 11 Dec 2017 18:04:50 +0000 (21:04 +0300)
committerOleg Broytman <phd@phdru.name>
Mon, 11 Dec 2017 18:04:50 +0000 (21:04 +0300)
project_template/.travis.yml
project_template/appveyor.yml

index 7f90dbf340112375f325bb2361c0509782b88147..6ca690c9c53de40627ad3e5adedd4ae1e7ad5149 100644 (file)
@@ -39,7 +39,7 @@ matrix:
     - env: TOXENV=pypy
 
 install:
-  - travis_retry pip install tox ppu
+  - travis_retry pip install --upgrade pip setuptools tox ppu
 
 script:
   - tox
index 6c7980276738cf510acf07a3afda660a26fc1f9b..92af96237e410afe2c1bf8f40f7768073d169684 100644 (file)
@@ -72,7 +72,7 @@ install:
   - "python --version"
   - "python -c \"import struct; print(struct.calcsize('P') * 8)\""
   - "pip --version"
-  - "pip install tox ppu"
+  - "pip install --upgrade pip setuptools tox ppu"
 
 # No build step - we don't have C extensions
 build: false