From 099027848094b375abb34e6e6d4bc0fb47fb7477 Mon Sep 17 00:00:00 2001 From: holgern <holgernahrstaedt@gmx.de> Date: Fri, 1 Mar 2019 15:00:19 +0100 Subject: [PATCH] Try to fix appveyoer --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 78ebfe24..49219136 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -47,7 +47,7 @@ install: - cmd: conda config --add channels wheeler-microfluidics - cmd: conda update -q conda - cmd: conda info -a -- cmd: conda install --yes conda-build setuptools pip pytest-pylint parameterized cryptography +- cmd: conda install --yes conda-build setuptools pip parameterized cryptography - cmd: conda install --yes pycryptodomex pyyaml pytest pytest-mock coverage mock appdirs pylibscrypt - cmd: pip install scrypt -U - cmd: conda install --yes ecdsa requests future websocket-client pytz six Click events prettytable pyinstaller -- GitLab