1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2025-01-23 21:55:20 +00:00

Update django version to 1.11.21

This commit is contained in:
catborise 2019-07-22 17:07:08 +03:00
parent a3e7a5472f
commit baf1e92774
2 changed files with 1 additions and 1 deletions

View file

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

View file