diff options
author | INADA Naoki <songofacandy@gmail.com> | 2012-11-07 02:02:31 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2012-11-07 02:02:31 +0900 |
commit | dffc89ef0b9aa9778d5f0a45aadf500a6110eead (patch) | |
tree | 3b45f4bc384a94473a3b2b0fc64ea7da99a63093 | |
parent | 0ef52869e39b597a6937f46fe00147227034ce02 (diff) | |
parent | e404c9845f5eab127e4d0c66b7ddf7cd9733c22b (diff) | |
download | msgpack-python-dffc89ef0b9aa9778d5f0a45aadf500a6110eead.tar.gz |
Merge branch 'master' of github.com:msgpack/msgpack-python
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 4701750..6bf4336 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,5 +6,8 @@ python: - 3.2 - 3.3 -install: "pip install cython six . --use-mirrors" +install: + - "pip install cython six --use-mirrors" + - "python setup.py install" + script: nosetests |