Travis CI: Remove sudo and dist lines

Sudo is deprecated in Travis and Xenial is the current default distro
This commit is contained in:
Christian Clauss
2019-08-25 03:19:59 +02:00
committed by GitHub
parent cfbf97c028
commit bfba7fd6e6

View File

@@ -1,6 +1,4 @@
dist: xenial
language: python
sudo: required
python:
- "3.4"
- "3.5"