.travis.yml: remove Python3.5 test.
This commit is contained in:
parent
bc26af0d47
commit
d770bfbf2e
|
@ -1,9 +1,5 @@
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- os: linux
|
|
||||||
dist: xenial
|
|
||||||
language: python
|
|
||||||
python: "3.5"
|
|
||||||
- os: linux
|
- os: linux
|
||||||
dist: xenial
|
dist: xenial
|
||||||
language: python
|
language: python
|
||||||
|
|
Loading…
Reference in New Issue