update travis ci command

This commit is contained in:
ssut 2015-06-05 23:46:36 +09:00
parent 2df4421b7e
commit 7716ff39d5
1 changed files with 1 additions and 0 deletions

View File

@ -5,4 +5,5 @@ python:
- "pypy"
install:
- "pip install ."
- "pip install -r requirements.txt"
script: "python tests.py -v"