Skip to content

Commit

Permalink
test travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mmagnus committed Aug 16, 2016
1 parent d264f1f commit 3290f72
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 @@ -4,7 +4,7 @@ python:
- "2.6"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- "pip install -r requirements.txt"
- "pip install --user -r requirements.txt"
# command to run tests, e.g. python setup.py test
script: "bash test.sh"
notifications:
Expand Down

0 comments on commit 3290f72

Please sign in to comment.