diff --git a/.travis.yml b/.travis.yml index 9a3d58d..a84a8f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,7 @@ install: # Install coveralls for test coverage # ---------------------------------- - - conda install coverage + - pip install coveralls # Output debug info # ----------------- @@ -35,8 +35,7 @@ install: - conda info -a script: - coverage run setup.py test + - coverage run setup.py test -after_sucess: - coveralls +after_success: coveralls diff --git a/requirements.txt b/requirements.txt index a0fcbc1..0fc4191 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ mock netcdf4>=1.1 numpy pep8 +pip