Use ubuntu bionic 18.04 for automated testing

This commit is contained in:
Garret Wassermann 2019-08-05 19:22:08 -04:00
parent 843e8402fa
commit d896e21fd2

View File

@ -1,13 +1,15 @@
language: python
dist: bionic # use LTS 18.04
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
env:
- DJANGO=1.11.13
- DJANGO=1.11.23
install:
- pip install -q Django==$DJANGO