Skip to content

Commit

Permalink
guess we should set up redis on travis too!
Browse files Browse the repository at this point in the history
  • Loading branch information
gedankenstuecke committed Aug 23, 2018
1 parent 63726a8 commit 6c2ff9e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ python:
- "3.5"
- "3.6"

services:
- redis-server

install:
- pip install pipenv
- pipenv install --dev
Expand All @@ -20,4 +23,4 @@ script:

after_success:
- coverage xml
- bin/cc-test-reporter after-build -t coverage.py
- bin/cc-test-reporter after-build -t coverage.py

0 comments on commit 6c2ff9e

Please sign in to comment.