Skip to content
This repository was archived by the owner on Jan 9, 2024. It is now read-only.

Commit 0c81059

Browse files
engstromGrokzen
authored andcommitted
Add xenial dist to support python 3.7+.
1 parent 2a105a2 commit 0c81059

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sudo: false
2+
dist: xenial
23
language: python
34
python:
45
- "2.7"
@@ -32,13 +33,13 @@ env:
3233
- HIREDIS=1 REDIS_VERSION=5.0
3334
script:
3435
- make start
35-
# - coverage erase
36-
# - coverage run --source rediscluster -p -m py.test
36+
- coverage erase
37+
- coverage run --source rediscluster -p -m py.test
3738
- py.test
3839
- make stop
39-
# after_success:
40-
# - coverage combine
41-
# - coveralls
40+
after_success:
41+
- coverage combine
42+
- coveralls
4243
matrix:
4344
allow_failures:
4445
- python: "nightly"

0 commit comments

Comments
 (0)