More travis

This commit is contained in:
Davis King 2018-01-17 19:28:26 -05:00
parent b06b829d1a
commit 7cd3ebd17f
1 changed files with 0 additions and 3 deletions

View File

@ -25,9 +25,6 @@ if [ "$VARIANT" = "python-api" ]; then
fi fi
if [ "$VARIANT" = "python3-api" ]; then if [ "$VARIANT" = "python3-api" ]; then
virtualenv -p python3 dlibtest
source dlibtest/bin/activate
pip3 install -U setuptools
python3 setup.py test --clean python3 setup.py test --clean
pip3 install --user numpy pip3 install --user numpy
python3 setup.py test --clean python3 setup.py test --clean