From 7716ff39d5a3c214efc8dd76f081ab77294bc123 Mon Sep 17 00:00:00 2001 From: ssut Date: Fri, 5 Jun 2015 23:46:36 +0900 Subject: [PATCH] update travis ci command --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 2a27f7a..ee610f2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,4 +5,5 @@ python: - "pypy" install: - "pip install ." + - "pip install -r requirements.txt" script: "python tests.py -v"