diff --git a/.travis.yml b/.travis.yml index a0d02d0..2121326 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ install: - sudo apt-get --assume-yes install gfortran # Install dependencies in conda - - conda create -n reflex_env python=$TRAVIS_PYTHON_VERSION numpy libgfortran netcdf4 matplotlib pandas pytest coverage pip xarray mpl_toolkits.basemap + - conda create -n reflex_env python=$TRAVIS_PYTHON_VERSION numpy libgfortran netcdf4 matplotlib pandas pytest coverage pip xarray basemap - source activate reflex_env # Install dependencies in PyPI