mirror of
https://github.com/powerline/powerline.git
synced 2025-07-30 17:25:28 +02:00
travis: update build environ, add python 3.7, rm archaic py
This commit is contained in:
parent
c26938a980
commit
61862133fe
13
.travis.yml
13
.travis.yml
@ -1,5 +1,4 @@
|
|||||||
sudo: false
|
dist: xenial
|
||||||
dist: trusty
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.cache/pip
|
- $HOME/.cache/pip
|
||||||
@ -20,14 +19,14 @@ install: tests/install.sh
|
|||||||
script: tests/test.sh
|
script: tests/test.sh
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
|
- stage: Recent Python
|
||||||
|
- python: "3.7"
|
||||||
- stage: PyPy
|
- stage: PyPy
|
||||||
python: "pypy"
|
python: "pypy"
|
||||||
- python: "pypy3"
|
- python: "pypy3"
|
||||||
- stage: Latest Python
|
- stage: Old Python
|
||||||
python: "3.6"
|
python: "3.4"
|
||||||
- stage: Intermediate versions
|
|
||||||
python: "3.3"
|
|
||||||
- python: "3.4"
|
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
|
- python: "3.6"
|
||||||
|
|
||||||
# vim: et
|
# vim: et
|
||||||
|
Loading…
x
Reference in New Issue
Block a user