"python/dgl/git@developer.sourcefind.cn:OpenDAS/dgl.git" did not exist on "0d9b6bfd5a1ac04ec9727c14fc662b4942700b24"
Commit 7cd3ebd1 authored by Davis King's avatar Davis King
Browse files

More travis

parent b06b829d
...@@ -25,9 +25,6 @@ if [ "$VARIANT" = "python-api" ]; then ...@@ -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
......
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