summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2020-01-04 03:56:21 +0100
committerSelwin Ong <selwin.ong@gmail.com>2020-01-04 09:56:21 +0700
commitf09d4db080728db6dc301043f26037d82b74501f (patch)
treec67459b5e2b5c1542ae552132b3d9bb64eaf9012
parentb960ad53e6486ae5c3d6ad8b83863fd8ec977bc5 (diff)
downloadrq-f09d4db080728db6dc301043f26037d82b74501f.tar.gz
Travis CI: sudo: deprecated and Xenial is default (#1175)
-rw-r--r--.travis.yml5
1 files changed, 1 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml
index bd562b9..168e736 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,4 +1,3 @@
-sudo: false
language: python
services:
- redis
@@ -9,9 +8,7 @@ matrix:
- python: "3.5"
- python: "3.6"
- python: "3.7"
- dist: xenial
- - python: 3.8-dev
- dist: xenial
+ - python: "3.8"
- python: "pypy"
install:
- pip install -e .