Skip to content

Commit dffc89e

Browse files
committed
Merge branch 'master' of github.com:msgpack/msgpack-python
2 parents 0ef5286 + e404c98 commit dffc89e

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)