Move dependency output to setup script

This commit is contained in:
Steven Silvester
2014-10-10 06:16:49 -05:00
parent 16f2393958
commit 2d4604a3cf
2 changed files with 3 additions and 3 deletions
-3
View File
@@ -22,12 +22,9 @@ python:
before_install:
- sh -e /etc/init.d/xvfb start
- sudo apt-get update
- tools/travis_setup.sh
install:
- tools/header.py "Dependency versions"
- tools/build_versions.py
- python setup.py build_ext --inplace
script:
+3
View File
@@ -14,3 +14,6 @@ fi
pip install -r requirements.txt $WHEELHOUSE
python check_bento_build.py
tools/header.py "Dependency versions"
tools/build_versions.py