Skip to content

Commit

Permalink
Merge pull request #93 from ajdawson/uvcdat-testing
Browse files Browse the repository at this point in the history
Test using cdms2 from UVCDAT
  • Loading branch information
ajdawson authored Oct 12, 2017
2 parents 4293157 + 8f58700 commit 31c35cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ env:
PACKAGES="${PACKAGES_STANDARD}"
- NAME="Python 2.7 (metadata)"
PYTHON_VERSION=2.7
PACKAGES="${PACKAGES_STANDARD} cdat-lite iris xarray"
PACKAGES="${PACKAGES_STANDARD} cdms2 genutil iris xarray"
- NAME="Python 3.4 (standard)"
PYTHON_VERSION=3.4
PACKAGES="${PACKAGES_STANDARD}"
Expand Down Expand Up @@ -59,6 +59,7 @@ script:
# installed package rather than the source:
- mkdir ../test_directory
- cd ../test_directory
- export UVCDAT_ANONYMOUS_LOG=no
- pytest -vrsx --pyargs eofs

notifications:
Expand Down

0 comments on commit 31c35cb

Please sign in to comment.