Skip to content
Snippets Groups Projects
Commit 5285796e authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

CI: Drop Py35, add Py36

parent 3b7ce544
No related branches found
No related tags found
Loading
......@@ -26,14 +26,14 @@ Python 2.7:
reports:
junit: test/pytest.xml
Python 3.5:
Python 3.6:
script:
- py_version=3.5
- py_version=3.6
- export EXTRA_INSTALL="numpy"
- curl -L -O -k https://gitlab.tiker.net/inducer/ci-support/raw/master/build-and-test-py-project.sh
- ". ./build-and-test-py-project.sh"
tags:
- python3.5
- python3.6
except:
- tags
artifacts:
......
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