diff --git a/.travis.yml b/.travis.yml index 02be0fb..3cadfce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,6 @@ language: python python: - "2.7" +install: + - "pip install ." script: python setup.py test