Use python 3.7 for lint and Django master tests

master
Cristi Vijdea 2019-01-29 09:26:56 +02:00
parent d2bd838325
commit 6df3523675
1 changed files with 2 additions and 3 deletions

View File

@ -1,5 +1,4 @@
language: python language: python
sudo: false
python: python:
- '2.7' - '2.7'
- '3.4' - '3.4'
@ -17,9 +16,9 @@ jobs:
sudo: required sudo: required
- python: '3.6' - python: '3.6'
env: TOXENV=docs env: TOXENV=docs
- python: '3.6' - python: '3.7'
env: TOXENV=djmaster env: TOXENV=djmaster
- python: '3.6' - python: '3.7'
env: TOXENV=lint env: TOXENV=lint
- stage: publish - stage: publish