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:
@@ -1,5 +1,5 @@
|
||||
language: python
|
||||
dist: bionic
|
||||
dist: xenial
|
||||
python:
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
|
||||
Reference in New Issue
Block a user