Complete test pipeline for windows with vresutils memorylogger fixed (#93)

This commit is contained in:
Fabian Neumann 2019-11-08 16:47:39 +01:00 committed by GitHub
parent d32f2105cd
commit 4010e9450d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,6 @@ before_install:
script:
- cp ./test/config.test1.yaml ./config.yaml
- snakemake
- if [[ "$TRAVIS_OS_NAME" != "windows" ]]; then snakemake solve_all_elec_networks; fi
- snakemake solve_all_elec_networks
- rm -rf resources/*.nc resources/*.geojson resources/*.h5 networks results
# could repeat for more configurations in future

View File

@ -42,7 +42,7 @@ dependencies:
- conda-forge::libgdal
- pip:
- vresutils>=0.3
- git+https://github.com/FRESNA/vresutils.git#egg=vresutils
- git+https://github.com/PyPSA/pypsa.git#egg=pypsa # until pypsa/pypsa#102 closed
- git+https://github.com/PyPSA/glaes.git#egg=glaes
- git+https://github.com/PyPSA/geokit.git#egg=geokit