avoid updating setuptools 36.0 because it has a bug needing six

This commit is contained in:
chfw 2017-06-01 22:35:00 +01:00
parent f5930fcf89
commit b896b3979a
3 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,6 @@ before_install:
- if [[ -f min_requirements.txt && "$MINREQ" -eq 1 ]]; then
mv min_requirements.txt requirements.txt ;
fi
- pip install --upgrade setuptools "pip==7.1"
- test ! -f rnd_requirements.txt || pip install --no-deps -r rnd_requirements.txt
- test ! -f rnd_requirements.txt || pip install -r rnd_requirements.txt ;
- pip install -r tests/requirements.txt

View File

@ -11,7 +11,7 @@ extensions = [
]
intersphinx_mapping = {
'pyexcel': ('http://pyexcel.readthedocs.org/en/latest/', None)
'pyexcel': ('http://pyexcel.readthedocs.org/en/latest/', None),
}
spelling_word_list_filename = 'spelling_wordlist.txt'
templates_path = ['_templates']

View File

@ -1,4 +1,5 @@
nose
mock;python_version<"3"
codecov
coverage
flake8