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

More travis stuff

parent eb90fe63
......@@ -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
......
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