summaryrefslogtreecommitdiff
path: root/.appveyor.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-15 14:52:40 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-16 02:46:33 +0200
commit4486bcbbf49ad0eacf2d8229fb0e7e3432f440d9 (patch)
treeb3eaeea98f0de34084aa30eb1e1da0b32632d5b0 /.appveyor.yml
parentb02662d4e870a34d2c6d97d4f702fcc1311e5177 (diff)
downloadgitpython-4486bcbbf49ad0eacf2d8229fb0e7e3432f440d9.tar.gz
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).
Diffstat (limited to '.appveyor.yml')
-rw-r--r--.appveyor.yml6
1 files changed, 2 insertions, 4 deletions
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`.
#