Skip to content
Snippets Groups Projects
Commit eb5177f6 authored by mehtank's avatar mehtank
Browse files

Sympy doesn't work on Python 3.6 for some reason

parent d7978add
Pipeline #36 passed with stage
in 4 minutes and 39 seconds
......@@ -13,10 +13,6 @@ cache:
script:
- python3 -m pytest
test:PY3.6:
<<: *test_template
image: python:3.6
test:PY3.7:
<<: *test_template
image: python:3.7
......@@ -25,6 +21,10 @@ test:PY3.8:
<<: *test_template
image: python:3.8
test:PY3.9:
<<: *test_template
image: python:3.9
build-package:
stage: deploy
image: python:3.7
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment