Use only Python 3 and Django 2 for travis tests

This commit is contained in:
Garret Wassermann 2018-07-03 01:05:16 -04:00
parent 00b3d2fb3f
commit 8d6f8e669c

View File

@ -1,13 +1,12 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
env:
- DJANGO=1.11.13
- DJANGO=2.0.5
install:
- pip install -q Django==$DJANGO