Skip to content

Commit b9292c4

Browse files
committed
TravisCI - let's see if it will use setup.py test and thus install the test dependencies
1 parent b99d01b commit b9292c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ python:
44
- 2.7
55
- 3.2
66
- 3.3
7-
script: python embedly/tests.py
8-
install:
9-
- python setup.py -q install
7+
env:
8+
- PIP_USE_MIRRORS=true
9+
script: python setup.py test

0 commit comments

Comments
 (0)