Commit 89c1e466 authored by Davis King's avatar Davis King

More travis stuff

parent eb90fe63
...@@ -59,6 +59,9 @@ matrix: ...@@ -59,6 +59,9 @@ matrix:
- python3 - python3
- python3-pip - python3-pip
- *gcc5_pkgs - *gcc5_pkgs
- os: osx
osx_image: xcode9.2
cache: cache:
directories: directories:
......
...@@ -25,6 +25,7 @@ if [ "$VARIANT" = "python-api" ]; then ...@@ -25,6 +25,7 @@ if [ "$VARIANT" = "python-api" ]; then
fi fi
if [ "$VARIANT" = "python3-api" ]; then if [ "$VARIANT" = "python3-api" ]; then
pip3 install -U setuptools
python3 setup.py test --clean python3 setup.py test --clean
pip install --user numpy pip 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