Travis: upgrade pip and setuptools at start of build

Hoping to clean up some warnings while installing dependencies.
This commit is contained in:
medmunds
2015-05-13 19:49:25 -07:00
parent ef0051dd36
commit a6d4911d9b

View File

@@ -46,6 +46,7 @@ matrix:
- python: "pypy" - python: "pypy"
env: DJANGO=django==1.8 env: DJANGO=django==1.8
install: install:
- pip install --upgrade setuptools pip
- pip install -q $DJANGO - pip install -q $DJANGO
- pip install . - pip install .
script: python -Wall setup.py test script: python -Wall setup.py test