bump travis to python-3 and django2

This commit is contained in:
jeffrey forman 2019-02-13 20:25:18 -05:00
parent fe09f1f57a
commit 77b49c11b6
1 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,8 @@
language: python
python:
- "2.7"
- "3.7"
env:
- DJANGO="Django>=1.8,<1.9"
- DJANGO="Django>=1.9,<1.10"
- DJANGO="Django>=2"
install:
- pip install -q $DJANGO
- pip install -r requirements.txt