mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Travis xenial for all Python versions.
This commit is contained in:
parent
32ed0f3d04
commit
823c2be91c
1 changed files with 1 additions and 3 deletions
|
@ -1,13 +1,11 @@
|
||||||
language: python
|
language: python
|
||||||
|
dist: xenial
|
||||||
# https://github.com/travis-ci/travis-ci/issues/9815#issuecomment-411073985
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
- python: 3.4
|
- python: 3.4
|
||||||
- python: 3.5
|
- python: 3.5
|
||||||
- python: 3.6
|
- python: 3.6
|
||||||
- python: 3.7
|
- python: 3.7
|
||||||
dist: xenial
|
|
||||||
sudo: true
|
sudo: true
|
||||||
|
|
||||||
install: pip install tox-travis coverage codacy-coverage
|
install: pip install tox-travis coverage codacy-coverage
|
||||||
|
|
Loading…
Reference in a new issue