From 93137388e26a899b86818e487368adfa5cf5ea3a Mon Sep 17 00:00:00 2001 From: Alex Liberzon Date: Tue, 21 Jul 2015 00:50:11 +0300 Subject: [PATCH] Update .travis.yml --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 65ba914a..0a11c32c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,8 +6,8 @@ python: - 2.7 before_install: - easy_install Cython - pip install progressbar - + easy_install Cython + pip install progressbar + install: python setup.py install script: python setup.py test