Commit cb9da45a authored by Michal Čihař's avatar Michal Čihař

Try to install Django only

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 96dbcaae
...@@ -11,7 +11,7 @@ filter: ...@@ -11,7 +11,7 @@ filter:
- '*/test/*' - '*/test/*'
- '*/migrations/*' - '*/migrations/*'
before_commands: before_commands:
- pip install -r requirements.txt - pip install Django
build: build:
environment: environment:
python: "3.5.0" python: "3.5.0"
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