8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8333538 commit 7348f5cCopy full SHA for 7348f5c
.travis.yml
@@ -2,5 +2,5 @@ language: python
2
python:
3
- "2.7"
4
before_install: "sudo apt-get install python-dev libevent-dev"
5
-install: pip install . --use-mirrors
+install: pip install .
6
script: ./django_socketio/example_project/manage.py test
0 commit comments