We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfa6fd1 commit 7f3c22fCopy full SHA for 7f3c22f
.travis.yml
@@ -21,10 +21,10 @@ before_install:
21
- conda update --yes conda
22
install:
23
- conda install --yes python=$TRAVIS_PYTHON_VERSION numpy scipy nose astropy pyyaml matplotlib numba
24
-- python setup.py install
25
- pip install pyfftw
26
- pip install codecov
27
- pip install aotools
+- python setup.py install
28
script:
29
- nosetests -vv --with-coverage --cover-package=soapy test/
30
after_success:
0 commit comments