Pre-upgrade for pip and setuptools for CI

This commit is contained in:
Ivan Kravets
2015-08-25 16:30:16 +03:00
parent 6842df5577
commit 92036356ca
2 changed files with 4 additions and 3 deletions

View File

@ -9,8 +9,7 @@ env:
- TOX_ENV=py27
install:
- pip install -U pip setuptools
- pip install tox
- pip install -U pip setuptools tox
script:
- tox -e $TOX_ENV

View File

@ -7,13 +7,15 @@ machine:
TOX_ENV: py26
TOX_ENV: py27
pre:
- pip install -U pip setuptools
checkout:
post:
- git submodule update --init
dependencies:
pre:
- pip install -U pip setuptools
- pip install tox
test: