Skip to content

Commit

Permalink
Removing memcache travis dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
cmheisel committed Feb 2, 2013
1 parent 91d2e6e commit 322fc59
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ env:
- REPO="cmheisel/kardboard"
- CI_HOME=`pwd`/$REPO
- SDISTS=file://$CI_HOME/sdists/

language: python
python:
- "2.6"
Expand All @@ -14,6 +13,5 @@ before_install:
install:
services:
- mongodb
- memcache
# command to run tests
script: py.test --pep8

0 comments on commit 322fc59

Please sign in to comment.