Skip to content

Commit

Permalink
Fix missing " in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaur Nasibov committed Jun 21, 2013
1 parent 0c3d624 commit 5c67bfa
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 @@ -5,7 +5,7 @@ python:
# command to install dependencies
install:
- "pip install . --use-mirrors"
- "pip install --use-mirrors jinja2 werkzeug flask django
- "pip install --use-mirrors jinja2 werkzeug flask django"

# command to run tests
script: run-tests.py
Expand Down

0 comments on commit 5c67bfa

Please sign in to comment.