From 4486bcbbf49ad0eacf2d8229fb0e7e3432f440d9 Mon Sep 17 00:00:00 2001 From: Kostis Anagnostopoulos Date: Sat, 15 Oct 2016 14:52:40 +0200 Subject: ci, deps: no PY26, ddt>=1.1.1, CIs `pip install test-requirements` + Use environment-markers in requirement files (see http://stackoverflow.com/a/33451105/548792). --- .appveyor.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.appveyor.yml') diff --git a/.appveyor.yml b/.appveyor.yml index 1a38d185..0237d2e5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -51,10 +51,8 @@ install: conda info -a & conda install --yes --quiet pip ) - - pip install nose ddt wheel codecov - - IF "%PYTHON_VERSION%" == "2.7" ( - pip install mock - ) + - pip install -r test-requirements.txt + - pip install codecov ## Copied from `init-tests-after-clone.sh`. # -- cgit v1.2.3