Move install to bash script

This commit is contained in:
Steven Silvester
2016-03-18 23:16:39 -05:00
parent 8016d2cd34
commit a80e4c3b05
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -47,7 +47,6 @@ before_install:
- export PATH=/usr/lib/ccache:${PATH}
- source tools/travis_before_install.sh
- which python; python --version
- pip install codecov
- python check_bento_build.py
- tools/build_versions.py
+1 -1
View File
@@ -49,7 +49,7 @@ virtualenv -p python ~/venv
source ~/venv/bin/activate
pip install --upgrade pip
pip install --retries 3 -q wheel flake8 coveralls nose
pip install --retries 3 -q wheel flake8 codecov nose
# install wheels
for requirement in $WHEELBINARIES; do