mirror of
https://github.com/django-helpdesk/django-helpdesk.git
synced 2024-12-13 10:21:05 +01:00
Use only Python 3 and Django 2 for travis tests
This commit is contained in:
parent
00b3d2fb3f
commit
8d6f8e669c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user