diff --git a/.travis.yml b/.travis.yml index ff264d2e..8a73b5e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ python: - '2.7' install: - - pip install . + - python setup.py install - if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then pip install unittest2; fi script: diff --git a/circle.yml b/circle.yml index 853380b7..bc6becee 100644 --- a/circle.yml +++ b/circle.yml @@ -6,4 +6,4 @@ machine: test: override: - - make check + - python ./setup.py develop && make check