Use python 3.7 for lint and Django master tests
parent
d2bd838325
commit
6df3523675
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue