Skip to content

Commit

Permalink
Trying different approach to starting redis
Browse files Browse the repository at this point in the history
  • Loading branch information
craigmaloney committed May 3, 2015
1 parent b1518aa commit 347cdc7
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
@@ -1,7 +1,7 @@
language: python
env: INI=test.ini
env: NLTK_DATA=./download-cache/nltk
env: NLTK_DATA=./download-cache/nltk, INI=test.ini
services:
- redis-server
python:
- "2.6"
- "2.7"
Expand All @@ -15,6 +15,5 @@ install:
- sudo make sysdeps
- pip install -r dev-requirements.txt
- make install
- sudo service redis-server start
# command to run tests
script: py.test -q --tb native -s tests

0 comments on commit 347cdc7

Please sign in to comment.