Skip to content
Snippets Groups Projects
Commit 7459668e authored by Paul McCarthy's avatar Paul McCarthy :mountain_bicyclist:
Browse files

scipy is now in requirements.txt. Oops, i meant ubuntu 16.04

parent 1451f65f
No related branches found
No related tags found
No related merge requests found
...@@ -252,7 +252,6 @@ variables: ...@@ -252,7 +252,6 @@ variables:
# it, it will build/install everything # it, it will build/install everything
# from source, rather than using wheels. # from source, rather than using wheels.
- pip install -r requirements.txt - pip install -r requirements.txt
- pip install scipy
- pip install sphinx sphinx-rtd-theme - pip install sphinx sphinx-rtd-theme
- pip install pytest pytest-cov pytest-html pytest-runner mock coverage - pip install pytest pytest-cov pytest-html pytest-runner mock coverage
...@@ -346,17 +345,16 @@ test:3.6: ...@@ -346,17 +345,16 @@ test:3.6:
style: style:
stage: style stage: style
image: ubuntu:14.04 image: ubuntu:16.04
<<: *test_template <<: *test_template
variables: variables:
PY_VERSION: "python3.5" PY_VERSION: "python3.5"
PY_PACKAGES: "python3-pip python3-venv" PY_PACKAGES: "python3-pip python3-venv"
PY_VENV: "python3.5 -m venv" PY_VENV: "python3.5 -m venv"
INSTALL_WX: "pip install --only-binary wxpython -f $WXPYTHON_UBUNTU1404_URL wxpython" INSTALL_WX: "pip install --only-binary wxpython -f $WXPYTHON_UBUNTU1604_URL wxpython"
TEST_STYLE: "true" TEST_STYLE: "true"
########### ###########
# Doc stage # Doc stage
########### ###########
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment