From e404c9845f5eab127e4d0c66b7ddf7cd9733c22b Mon Sep 17 00:00:00 2001 From: INADA Naoki Date: Tue, 6 Nov 2012 10:39:10 +0900 Subject: [PATCH] (travis) Install itself. --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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