Skip to content

Commit

Permalink
Allow Travis to install redis, and test gapipy's redis coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bartek committed Jan 20, 2017
1 parent 173c1e8 commit c0c96af
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,12 @@ python:
sudo: false

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install -r requirements-testing.txt
install:
- pip install -r requirements-testing.txt
- pip install redis

# command to run tests, e.g. python setup.py test
script: python setup.py test

services:
- redis

0 comments on commit c0c96af

Please sign in to comment.