From e7b374ce1f1d2a40674c350d8f22cad501682d4e Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Sun, 24 Feb 2019 04:12:27 +0800 Subject: [PATCH] Use conda-forge --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 5cc3dd5..c2b380b 100644 --- a/tox.ini +++ b/tox.ini @@ -11,9 +11,9 @@ deps = conda_deps= openbabel conda_channels= - openbabel + conda-forge commands = pytest --pyargs aimdfragmentation --cov {envsitepackagesdir}/aimdfragmentation -s - coveralls - codecov - - python-codacy-coverage -r coverage.xml \ No newline at end of file + - python-codacy-coverage -r coverage.xml