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

Commit

Permalink
Add xenial dist to support python 3.7+.
Browse files Browse the repository at this point in the history
  • Loading branch information
engstrom authored and Grokzen committed Aug 11, 2019
1 parent 2a105a2 commit 0c81059
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: false
dist: xenial
language: python
python:
- "2.7"
Expand Down Expand Up @@ -32,13 +33,13 @@ env:
- HIREDIS=1 REDIS_VERSION=5.0
script:
- make start
# - coverage erase
# - coverage run --source rediscluster -p -m py.test
- coverage erase
- coverage run --source rediscluster -p -m py.test
- py.test
- make stop
# after_success:
# - coverage combine
# - coveralls
after_success:
- coverage combine
- coveralls
matrix:
allow_failures:
- python: "nightly"

0 comments on commit 0c81059

Please sign in to comment.