Skip to content

Commit f4f1e20

Browse files
committed
Proper quoting.
1 parent bb96075 commit f4f1e20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ python:
33
- "2.5"
44
- "2.6"
55
- "2.7"
6-
before_script: sudo apt-get install python-dev libevent-dev
6+
before_script: "sudo apt-get install python-dev libevent-dev"
77
install: pip install . --use-mirrors
88
script: ./django_socketio/example_project/manage.py test

0 commit comments

Comments
 (0)