docs: update

This commit is contained in:
Dylan Araps 2018-07-06 08:42:37 +10:00
parent c5d5be8cdf
commit 286513a9a0

View file

@ -7,9 +7,9 @@ matrix:
include:
- python: 3.5
- python: 3.6
- python: 3.7
dist: xenial
sudo: true
# - python: 3.7
# dist: xenial
# sudo: true
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi