Skip to content

Commit

Permalink
no limit on conda version for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
doutriaux1 committed Jul 9, 2019
1 parent 11a750b commit e92d1e5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ before_install:
- bash miniconda.sh -b -p $HOME/miniconda
- conda config --set always_yes yes --set changeps1 no
- conda update -y -q conda
- conda install -f "conda<4.6"
script:
- export UVCDAT_ANONYMOUS_LOG=False
- export UVCDAT_SETUP_PATH=${HOME}
Expand Down

0 comments on commit e92d1e5

Please sign in to comment.