Use pip3 in Makefile.

pull/61/head
Christian T. Jacobs 2017-07-05 22:34:01 +01:00
rodzic 0b8bae0f9d
commit c17b4f04fe
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -23,7 +23,7 @@ input: clean install docs
install:
@echo "*** Installing PyQSO"
python3 setup.py install
pip3 install .
docs:
@echo "*** Building the documentation"