summaryrefslogtreecommitdiff
path: root/test-requirements.txt
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 /test-requirements.txt
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 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test-requirements.txt b/test-requirements.txt
index 4d08a501..8f13395d 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -3,4 +3,4 @@
coverage
flake8
nose
-mock
+mock; python_version<='2.7'