Commit 7cd3ebd1 authored by Davis King's avatar Davis King

More travis

parent b06b829d
......@@ -25,9 +25,6 @@ if [ "$VARIANT" = "python-api" ]; then
fi
if [ "$VARIANT" = "python3-api" ]; then
virtualenv -p python3 dlibtest
source dlibtest/bin/activate
pip3 install -U setuptools
python3 setup.py test --clean
pip3 install --user numpy
python3 setup.py test --clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment