Skip to content

Commit

Permalink
removed stores.redis from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Apr 14, 2014
1 parent f789001 commit 3a76b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:
script:
- python -m covrun --pep8
- sudo rm -rf pulsar
- python -m covrun -w 2 -e taskqueue pshell philosophers async webmail djangoapp stores.odm stores.couchdb stores.query
- python -m covrun -w 2 -e taskqueue pshell philosophers async webmail djangoapp stores.odm stores.couchdb stores.query stores.redis
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then python -m runtests --coveralls; fi

notifications:
Expand Down

0 comments on commit 3a76b8f

Please sign in to comment.