Use python 3.7 for lint and Django master tests
parent
d2bd838325
commit
6df3523675
|
|
@ -1,5 +1,4 @@
|
|||
language: python
|
||||
sudo: false
|
||||
python:
|
||||
- '2.7'
|
||||
- '3.4'
|
||||
|
|
@ -17,9 +16,9 @@ jobs:
|
|||
sudo: required
|
||||
- python: '3.6'
|
||||
env: TOXENV=docs
|
||||
- python: '3.6'
|
||||
- python: '3.7'
|
||||
env: TOXENV=djmaster
|
||||
- python: '3.6'
|
||||
- python: '3.7'
|
||||
env: TOXENV=lint
|
||||
|
||||
- stage: publish
|
||||
|
|
|
|||
Loading…
Reference in New Issue