Skip to content

Commit e404c98

Browse files
committed
(travis) Install itself.
1 parent eb61b4d commit e404c98

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@ python:
66
- 3.2
77
- 3.3
88

9-
install: "pip install cython six . --use-mirrors"
9+
install:
10+
- "pip install cython six --use-mirrors"
11+
- "python setup.py install"
12+
1013
script: nosetests

0 commit comments

Comments
 (0)