1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-07-31 12:41:08 +00:00

Correction of requirements

This commit is contained in:
catborise 2018-07-18 11:41:34 +03:00
parent 30e2a66be7
commit bdfdd9238f
6 changed files with 7 additions and 9 deletions

View file

@ -2,7 +2,7 @@ language: python
python:
- "2.7"
env:
- DJANGO=1.8
- DJANGO=1.11.14
install:
- pip install -r dev/requirements.txt --use-mirrors
script: