Skip to content

Commit 7f3c22f

Browse files
update travis CI install
1 parent bfa6fd1 commit 7f3c22f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ before_install:
2121
- conda update --yes conda
2222
install:
2323
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose astropy pyyaml matplotlib numba
24-
- python setup.py install
2524
- pip install pyfftw
2625
- pip install codecov
2726
- pip install aotools
27+
- python setup.py install
2828
script:
2929
- nosetests -vv --with-coverage --cover-package=soapy test/
3030
after_success:

0 commit comments

Comments
 (0)