diff --git a/.travis.yml b/.travis.yml index 98633ed..cfb85ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,8 @@ python: - "2.7" - "3.4" - "3.5" +install: + - pip install . # command to run tests script: python setup.py test os: