Commit a688b74b authored by Davis King's avatar Davis King

Still trying to get travis to behave

parent 89c1e466
......@@ -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
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