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.
setup.py test
1 parent b99d01b commit b9292c4Copy full SHA for b9292c4
.travis.yml
@@ -4,6 +4,6 @@ python:
4
- 2.7
5
- 3.2
6
- 3.3
7
-script: python embedly/tests.py
8
-install:
9
- - python setup.py -q install
+env:
+ - PIP_USE_MIRRORS=true
+script: python setup.py test
0 commit comments