mirror of https://github.com/rq/rq.git
Travis CI: sudo: deprecated and Xenial is default (#1175)
This commit is contained in:
parent
b960ad53e6
commit
f09d4db080
|
@ -1,4 +1,3 @@
|
||||||
sudo: false
|
|
||||||
language: python
|
language: python
|
||||||
services:
|
services:
|
||||||
- redis
|
- redis
|
||||||
|
@ -9,9 +8,7 @@ matrix:
|
||||||
- python: "3.5"
|
- python: "3.5"
|
||||||
- python: "3.6"
|
- python: "3.6"
|
||||||
- python: "3.7"
|
- python: "3.7"
|
||||||
dist: xenial
|
- python: "3.8"
|
||||||
- python: 3.8-dev
|
|
||||||
dist: xenial
|
|
||||||
- python: "pypy"
|
- python: "pypy"
|
||||||
install:
|
install:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
|
|
Loading…
Reference in New Issue