Fix Travis build
This commit is contained in:
+9
-2
@@ -6,5 +6,12 @@ matrix:
|
|||||||
- os: osx
|
- os: osx
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- pip install .
|
- |
|
||||||
- python ./run_tests.py
|
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||||
|
pip install .
|
||||||
|
python ./run_tests.py
|
||||||
|
else
|
||||||
|
# linux test requires root to clean up the wheelhouse (docker runs as root)
|
||||||
|
sudo pip install .
|
||||||
|
sudo python ./run_tests.py
|
||||||
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user