Renamed test requirements file to correct name.

This commit is contained in:
Jannis Leidel 2012-05-07 08:58:36 +02:00
parent abc2fe5cd2
commit bea453548f
2 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ python:
- "2.7"
install:
- pip install .
- pip install -r requirements/default.txt Django==$DJANGO
- pip install -r requirements/tests.txt Django==$DJANGO
before_script:
- export PIP_USE_MIRRORS=true
- export DJANGO_SETTINGS_MODULE=dbtemplates.test_settings