From f1b92086b11840a1d2c1daaeaf1d1fa8848a2606 Mon Sep 17 00:00:00 2001 From: nanoric Date: Fri, 29 Mar 2019 04:06:25 -0400 Subject: [PATCH] [Fix] try to fix travis --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e30bc64f..69c7cbc3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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`