diff --git a/.travis.yml b/.travis.yml index 95f5502..046d9a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,8 +100,9 @@ notifications: script: - python --version - - python setup.py build - - python setup.py install + - python -m pip install . +# - python setup.py build +# - python setup.py install - cd testing - |- if [ -z "$BENCH" ] ; then