summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Araps <dylan.araps@gmail.com>2018-07-06 08:32:54 +1000
committerDylan Araps <dylan.araps@gmail.com>2018-07-06 08:32:54 +1000
commit3b4cf07aa45419310b6ede7b001f4589445b2352 (patch)
treeeeb7e99508cf032ab64084ff2241252404abee1e
parent77708822632ab94d15c5ab01ca12320f32d8627a (diff)
docs: update
-rw-r--r--.travis.yml14
1 files changed, 8 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index 9058ddb..1feeac8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,13 +1,15 @@
language: python
+os: linux
+dist: xenial
+sudo: true
matrix:
include:
- - os: linux
- python: 3.5
- - os: linux
- python: 3.6
- - os: linux
- python: 3.7-dev
+ - python: 3.5
+ - python: 3.6
+ - python: 3.7
+ dist: xenial
+ sudo: true
before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get -qq update; fi