diff --git a/.travis.yml b/.travis.yml index e6e66a6..437752e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ before_install: - "sh -e /etc/init.d/xvfb start" install: - - sudo pip3 install . + - sudo make install before_script: - export PYTHONPATH=`pwd`:$PYTHONPATH diff --git a/Makefile b/Makefile index b83ec3a..7fc68f5 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ input: clean install docs install: @echo "*** Installing PyQSO" - python3 setup.py install + pip3 install . docs: @echo "*** Building the documentation"