Skip to content

Commit

Permalink
travis: Switch off coveralls on travis until coverage testing works p…
Browse files Browse the repository at this point in the history
…roperly
  • Loading branch information
coroa committed Jan 11, 2018
1 parent 46c0a29 commit 1f4ae38
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ install:
- conda env update -q -n pypsa --file=requirements.yml
- conda env update -q -n pypsa --file=requirements_dev.yml
- source activate pypsa
- conda install -q -c conda-forge python-coveralls # don't install on appveyor
# - conda install -q -c conda-forge python-coveralls # don't install on appveyor
- pip install --no-cache-dir .

# before_script: # configure a headless display to test plot generation
Expand All @@ -40,5 +40,5 @@ install:

script: "make test"

after_success:
- coveralls
# after_success:
# - coveralls

0 comments on commit 1f4ae38

Please sign in to comment.