Skip to content

Commit

Permalink
[WIP] Add chemfiles to conda dependencies on Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Fraux committed Mar 29, 2019
1 parent 94f0627 commit dbb4877
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
environment:
global:
CONDA_CHANNELS: conda-forge
CONDA_DEPENDENCIES: pip setuptools wheel cython mock six biopython networkx joblib matplotlib scipy vs2015_runtime pytest mmtf-python GridDataFormats hypothesis pytest-cov codecov
CONDA_DEPENDENCIES: pip setuptools wheel cython mock six biopython networkx joblib matplotlib scipy vs2015_runtime pytest mmtf-python GridDataFormats hypothesis pytest-cov codecov chemfiles
PIP_DEPENDENCIES: gsd==1.5.2 duecredit
DEBUG: "False"
MINGW_64: C:\mingw-w64\x86_64-6.3.0-posix-seh-rt_v5-rev1\mingw64\bin
Expand All @@ -23,6 +23,7 @@ environment:
TEST_TIMEOUT: 1000
PYTHON: "C:\\conda"
MINICONDA_VERSION: "latest"
CONDA_VERSION: "4.6.8"

matrix:
- PYTHON_VERSION: 3.6
Expand Down

0 comments on commit dbb4877

Please sign in to comment.