More travis stuff

This commit is contained in:
Davis King 2018-01-17 18:49:23 -05:00
parent eb90fe634d
commit 89c1e4661f
2 changed files with 4 additions and 0 deletions

View File

@ -59,6 +59,9 @@ matrix:
- python3
- python3-pip
- *gcc5_pkgs
- os: osx
osx_image: xcode9.2
cache:
directories:

View File

@ -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