Merge pull request #2232 from emanuelschuetze/fix-travis

Fix travis: upgrade setuptools before install
This commit is contained in:
Emanuel Schütze 2016-07-27 14:09:18 +02:00 committed by GitHub
commit 152943fe93
2 changed files with 3 additions and 2 deletions

View File

@ -9,6 +9,7 @@ python:
- "3.4"
- "3.5"
install:
- "pip install --upgrade setuptools"
- "pip install --upgrade --requirement requirements.txt"
- "npm install"
- "node_modules/.bin/gulp --production"

View File

@ -1,6 +1,6 @@
# Requirements for OpenSlides in production in alphabetical order
Django>=1.8,<1.10
beautifulsoup4>=4.4,<4.5
beautifulsoup4>=4.5,<4.6
channels>=0.15,<1.0
djangorestframework>=3.2.0,<3.4.0
html5lib>=0.9,<1.0
@ -9,6 +9,6 @@ natsort>=3.2,<4.1
PyPDF2>=1.25.0,<1.26
reportlab>=3.0,<3.4
roman>=2.0,<2.1
setuptools>=2.2,<21.0
setuptools>=18.5,<26.0
sockjs-tornado>=1.0.1,<1.1
Whoosh>=2.7.0,<2.8