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