mirror of
https://github.com/jazzband/django-dbtemplates.git
synced 2026-05-13 01:53:13 +00:00
Renamed test requirements file to correct name.
This commit is contained in:
parent
abc2fe5cd2
commit
bea453548f
2 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue