mirror of
https://github.com/davisking/dlib.git
synced 2024-11-01 10:14:53 +08:00
More travis stuff
This commit is contained in:
parent
eb90fe634d
commit
89c1e4661f
@ -59,6 +59,9 @@ matrix:
|
||||
- python3
|
||||
- python3-pip
|
||||
- *gcc5_pkgs
|
||||
- os: osx
|
||||
osx_image: xcode9.2
|
||||
|
||||
|
||||
cache:
|
||||
directories:
|
||||
|
@ -25,6 +25,7 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user