8000 Update .travis.yml · stephenmcd/django-socketio@7348f5c · GitHub
[go: up one dir, main page]

Skip to content

Commit 7348f5c

Browse files
authored
Update .travis.yml
1 parent 8333538 commit 7348f5c

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
@@ -2,5 +2,5 @@ language: python
22
python:
33
- "2.7"
44
before_install: "sudo apt-get install python-dev libevent-dev"
5-
install: pip install . --use-mirrors
5+
install: pip install .
66
script: ./django_socketio/example_project/manage.py test

0 commit comments

Comments
 (0)
0