Run the unit tests in CI
This commit is contained in:
+2
-2
@@ -8,10 +8,10 @@ matrix:
|
||||
script:
|
||||
- |
|
||||
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
|
||||
pip install .
|
||||
pip install -r requirements-dev.txt
|
||||
python ./bin/run_tests.py
|
||||
else
|
||||
# linux test requires root to clean up the wheelhouse (docker runs as root)
|
||||
sudo pip install .
|
||||
sudo pip install -r requirements-dev.txt
|
||||
sudo python ./bin/run_tests.py
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user