diff --git a/.travis.yml b/.travis.yml index 38ba8310e78..ad56ab5c4b2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,7 +26,8 @@ env: # The file with the listed requirements to be installed by conda - CONDA_REQUIREMENTS=requirements.txt - CONDA_REQUIREMENTS_DEV=requirements-dev.txt - # Get GMT6 from the development channel + # Get GMT6 from conda-forge development channel + - CONDA_INSTALL_EXTRA="gmt=6.0.0*" - CONDA_EXTRA_CHANNEL=conda-forge/label/dev # These variables control which actions are performed in a build - TEST=false diff --git a/requirements.txt b/requirements.txt index b20c1979d9e..a48d04757a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -gmt=6.0.0* numpy pandas xarray