mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
Still trying to get travis to behave
This commit is contained in:
parent
89c1e4661f
commit
a688b74b56
@ -61,6 +61,9 @@ matrix:
|
||||
- *gcc5_pkgs
|
||||
- os: osx
|
||||
osx_image: xcode9.2
|
||||
env:
|
||||
- VARIANT=test
|
||||
- PATH=$HOME/bin:$PATH
|
||||
|
||||
|
||||
cache:
|
||||
|
@ -25,8 +25,11 @@ if [ "$VARIANT" = "python-api" ]; then
|
||||
fi
|
||||
|
||||
if [ "$VARIANT" = "python3-api" ]; then
|
||||
pip3 install -U setuptools
|
||||
python3 setup.py test --clean
|
||||
pip install --user numpy
|
||||
python3 setup.py test --clean
|
||||
#python3 setup.py test --clean
|
||||
#pip3 install --user numpy
|
||||
#python3 setup.py test --clean
|
||||
|
||||
python3 setup.py build --clean
|
||||
pip3 install --user numpy
|
||||
python3 setup.py build --clean
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user