diff options
author | INADA Naoki <songofacandy@gmail.com> | 2012-11-07 02:04:42 +0900 |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2012-11-07 02:04:42 +0900 |
commit | df6b969a8d40fc1b2f934801a1088eda24b73ab2 (patch) | |
tree | 96b6341ed71b31c1d78212f5b08a3f3317e42e51 | |
parent | dffc89ef0b9aa9778d5f0a45aadf500a6110eead (diff) | |
download | msgpack-python-df6b969a8d40fc1b2f934801a1088eda24b73ab2.tar.gz |
(travis) Fix test script
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 6bf4336..bbd5ff1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,4 +10,4 @@ install: - "pip install cython six --use-mirrors" - "python setup.py install" -script: nosetests +script: "nosetests -w test" |