Commit 1840cefc authored by Michal Čihař's avatar Michal Čihař

Rename requirements-test.txt to avoid confusion

This file is really meant for testing inside Travis, so let's give it
name which suggests this.

Fixes #451
parent 97c585e4
......@@ -19,7 +19,7 @@ install:
- pip install --use-mirrors Django==$DJANGO_VERSION
- pip install --use-mirrors -r requirements.txt
- pip install --use-mirrors -r requirements-optional.txt
- pip install --use-mirrors -r requirements-test.txt
- pip install --use-mirrors -r requirements-travis.txt
# generate configuration and create databases
before_script:
- mysql -e 'create database weblate;'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment