Skip to content

Commit

Permalink
clean up travis
Browse files Browse the repository at this point in the history
  • Loading branch information
l-kotzur committed Jan 3, 2019
1 parent 0526a65 commit 9705835
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Modified from
# https://github.com/PyPSA/PyPSA/master/.travis.yml
language: python
sudo: false # Use container-based infrastructure
sudo: false

before_install:
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
Expand All @@ -10,7 +10,6 @@ before_install:
- hash -r
- conda config --set always_yes yes --set changeps1 no
- conda update -q conda
# Useful for debugging any issues with conda
- conda info -a

install:
Expand Down

0 comments on commit 9705835

Please sign in to comment.