Skip to content
Snippets Groups Projects
Commit de719df6 authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Do not install pystencils in TRAVIS

parent d58579d0
No related branches found
No related tags found
No related merge requests found
Pipeline #22256 failed
...@@ -49,11 +49,6 @@ pip3 install tox ...@@ -49,11 +49,6 @@ pip3 install tox
pip3 install codecov pip3 install codecov
pip3 install sphinx pip3 install sphinx
if [[ -z "$PYSTENCIL_FROM_PIP" ]]; then
pip install git+https://github.com/mabau/pystencils.git
else
pip install pystencils
fi
pip install flake8 pip install flake8
if [[ "$COVERAGE" == "true" ]]; then if [[ "$COVERAGE" == "true" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment