Update python to 3.8 for travis (#381)

Fixes unstable/broken tests.
This commit is contained in:
Jaisen Mathai 2020-08-09 02:34:44 -07:00 committed by GitHub
parent 7d77d55750
commit 579d94c7af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -1,10 +1,10 @@
language: python language: python
dist: trusty dist: xenial
python: python:
- "2.7" - "2.7"
- "3.4" - "3.8"
virtualenv: virtualenv:
system_site_packages: true system_site_packages: false
before_install: before_install:
- "sudo apt-get update -qq" - "sudo apt-get update -qq"
- "sudo apt-get install python-dev python-pip -y" - "sudo apt-get install python-dev python-pip -y"