Skip to content

Commit

Permalink
Merge pull request #18 from pysat/rstoneback-patch-1
Browse files Browse the repository at this point in the history
Update .travis.yml
  • Loading branch information
rstoneback committed Dec 2, 2019
2 parents dda8713 + 2740b6a commit 92cdfdd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -29,7 +29,7 @@ before_install:
- conda info -a

# Replace dep1 dep2 ... with your dependencies
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION atlas numpy scipy matplotlib nose pandas statsmodels coverage
- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION numpy scipy matplotlib nose pandas statsmodels coverage

# command to install dependencies
install:
Expand All @@ -39,6 +39,7 @@ install:
- pip install coveralls
- pip install pysat
- "python setup.py develop"
- pip install netCDF4
# command to run tests
script:
#- nosetests
Expand Down

0 comments on commit 92cdfdd

Please sign in to comment.