Rename requrirements. This fixes #676.

This commit is contained in:
Norman Jäckel 2013-05-23 23:46:14 +02:00
parent 4cbd717a13
commit ff183c03a3
3 changed files with 2 additions and 2 deletions

View File

@ -2,5 +2,5 @@ language: python
python: python:
- "2.6" - "2.6"
- "2.7" - "2.7"
install: "pip install -r requirements_development.txt --use-mirrors" install: "pip install -r requirements.txt --use-mirrors"
script: "fab travis_ci" script: "fab travis_ci"

View File

@ -136,7 +136,7 @@ III. Installation on GNU/Linux and MacOSX using the sources (for development)
4. Install all required python packages: 4. Install all required python packages:
$ pip install -r requirements_development.txt $ pip install -r requirements.txt
5. Start OpenSlides server and open URL in your default browser: 5. Start OpenSlides server and open URL in your default browser: