[Fix] try to fix travis

This commit is contained in:
nanoric 2019-03-29 04:06:25 -04:00
parent 7a3e7659c8
commit f1b92086b1

View File

@ -41,7 +41,7 @@ matrix:
install:
- python -m pip install --upgrade pip wheel setuptools
- python setup.py sdist
- powershell -Command $name = (ls dist).name; pip install "dist/$name"
- pip install dist/`ls dist`
- name: "pip install under Ubuntu: gcc-8"
before_install:
@ -94,6 +94,6 @@ matrix:
- make
- sudo make install
- popd
- pip instal numpy
- pip install numpy
- python setup.py sdist
- pip install dist/`ls dist`