0

travis: use xenial after all because python 3.5

The bionic image offers no Python 3.5. Since we still want to test
for that, we should stick with Xenial, I guess.
This commit is contained in:
Nicolas F
2019-07-29 16:55:28 +02:00
parent 15f18812d5
commit d2bef52a76

View File

@@ -1,5 +1,5 @@
language: python language: python
dist: bionic dist: xenial
python: python:
- "3.5" - "3.5"
- "3.6" - "3.6"