Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Warmuz <jakub@warmuz.org>2015-06-09 10:38:07 +0300
committerJakub Warmuz <jakub@warmuz.org>2015-06-09 10:51:42 +0300
commit887f91bdacc79dabaa92d05af81a57a41c51c00b (patch)
tree8f6647916697991d7a2b4725374998836bce7f79 /tox.ini
parentbd130a8cd8f5c1bc0531fc5c0ded1866730ac212 (diff)
requirements.txt: no editable (-e) mode, no "." install.
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 0367b5498..aed60f454 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,12 +22,12 @@ setenv =
[testenv:cover]
basepython = python2.7
commands =
- pip install -e .[testing]
+ pip install -r requirements.txt -e .[testing]
./tox.cover.sh
[testenv:lint]
# recent versions of pylint do not support Python 2.6 (#97, #187)
basepython = python2.7
commands =
- pip install -e .[dev]
+ pip install -r requirements.txt -e .[dev]
pylint --rcfile=.pylintrc letsencrypt acme letsencrypt_apache letsencrypt_nginx