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

update django 2.2.10 to 2.2.12

This commit is contained in:
catborise 2020-04-06 14:14:17 +03:00
parent 9926edf208
commit f9b837841c
2 changed files with 2 additions and 2 deletions

View file

@ -2,7 +2,7 @@ language: python
python:
- "3.6"
env:
- DJANGO=2.2.10
- DJANGO=2.2.12
install:
- pip install -r dev/requirements.txt
script: