diff --git a/.travis.yml b/.travis.yml index c30a58f..27f64d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,8 @@ install: fi before_script: - - python3 -m unittest discover -s tests/ -vvv + - $PIP install numpy + - python -m unittest discover -s tests/ -vvv script: - $PIP install cibuildwheel==0.9.4