Skip to content

Commit

Permalink
update travis CI install
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewpaulreeves committed Feb 28, 2020
1 parent bfa6fd1 commit 7f3c22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ before_install:
- conda update --yes conda
install:
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose astropy pyyaml matplotlib numba
- python setup.py install
- pip install pyfftw
- pip install codecov
- pip install aotools
- python setup.py install
script:
- nosetests -vv --with-coverage --cover-package=soapy test/
after_success:
Expand Down

0 comments on commit 7f3c22f

Please sign in to comment.