Only install pip once

This commit is contained in:
MinchinWeb 2018-11-21 14:26:30 -07:00
commit 0c65ebb7ad

View file

@ -106,7 +106,6 @@ matrix:
- source venv/bin/activate
- python -m pip install --upgrade pip wheel
- pip --version
- python -m pip install --upgrade pip wheel
- python -m pip install -r requirements/test.pip
- python -m pip install nose nose-cov coveralls pygments==2.1.3
- sudo apt-get update -qq