mirror of
https://github.com/jazzband/django-categories.git
synced 2026-03-16 22:30:24 +00:00
Remove 3.7 from Travis config
This commit is contained in:
parent
353a6d7a22
commit
5a4b0a51cc
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ language: python
|
|||
python:
|
||||
- "2.7"
|
||||
- "3.6"
|
||||
- "3.7"
|
||||
|
||||
install: pip install tox-travis
|
||||
|
||||
script: tox
|
||||
|
|
|
|||
Loading…
Reference in a new issue