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

fix yaml

parent 3e0f295c
No related branches found
No related tags found
No related merge requests found
......@@ -300,21 +300,21 @@ test:2.7:
<<: *test_template
<<: *install_python
variables:
- PYTHON_VERSION: "python2.7"
PYTHON_VERSION: "python2.7"
test:3.5:
<<: *test_template
<<: *install_python
variables:
- PYTHON_VERSION: "python3.5"
PYTHON_VERSION: "python3.5"
test:3.6:
<<: *test_template
<<: *install_python
variables:
- PYTHON_VERSION: "python3.6"
PYTHON_VERSION: "python3.6"
#############
......
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