summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-07-06 08:42:37 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-07-06 08:42:37 +1000
commit286513a9a0726da41b5d349c4ca264fa9d8b5524 (patch)
tree9dd2d8c9d0e2b275a5ae1ac3652415a44679ff00
parentc5d5be8cdf0cdb8bdd178d27bd07df89a7a0d50a (diff)
docs: update
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 1feeac8..285f837 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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