Skip to content

Commit

Permalink
removed taskqueue from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Jul 15, 2014
1 parent aa7e04b commit 83d205d
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 @@ -24,7 +24,7 @@ services:
script:
- python -m covrun --pep8 pulsar examples tests
- sudo rm -rf pulsar
- python -m covrun -w 2 -e taskqueue.redis pshell webmail stores.query stores.odm.couchdb stores.odm.redis stores.couchdb stores.redis
- python -m covrun -w 2 -e pshell webmail stores.query stores.odm.couchdb stores.odm.redis stores.couchdb stores.redis
- if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then python -m runtests --coveralls; fi

notifications:
Expand Down

0 comments on commit 83d205d

Please sign in to comment.