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 d80b542 commit 0b768ecCopy full SHA for 0b768ec
.travis.yml
@@ -3,10 +3,10 @@ python:
3
- "2.6"
4
- "2.7"
5
install:
6
- - pip install django --use-mirrors
7
- - pip install python-magic --use-mirrors
8
- - pip install -e . --use-mirrors
9
- - pip install coveralls --use-mirrors
+ - pip install django
+ - pip install python-magic
+ - pip install -e .
+ - pip install coveralls
10
script:
11
- coverage run --source=validatedfile runtests.py
12
notifications:
0 commit comments