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
No related merge requests found
...@@ -13,10 +13,6 @@ cache: ...@@ -13,10 +13,6 @@ cache:
script: script:
- python3 -m pytest - python3 -m pytest
test:PY3.6:
<<: *test_template
image: python:3.6
test:PY3.7: test:PY3.7:
<<: *test_template <<: *test_template
image: python:3.7 image: python:3.7
...@@ -25,6 +21,10 @@ test:PY3.8: ...@@ -25,6 +21,10 @@ test:PY3.8:
<<: *test_template <<: *test_template
image: python:3.8 image: python:3.8
test:PY3.9:
<<: *test_template
image: python:3.9
build-package: build-package:
stage: deploy stage: deploy
image: python:3.7 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