We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e5a07c commit 732a1e3Copy full SHA for 732a1e3
.circleci/config.yml
@@ -32,13 +32,19 @@ defaults: &defaults
32
path: test-reports
33
34
jobs:
35
+ "python-3.7-symengine":
36
+ <<: *defaults
37
+ environment:
38
+ PIP_EXTRA_INSTALLATION: numpy symengine==0.5.0
39
+ USE_SYMENGINE: 1
40
+ docker:
41
+ - image: circleci/python:3.7
42
"python-3.7-sympy-1.5":
43
<<: *defaults
44
environment:
45
PIP_EXTRA_INSTALLATION: sympy==1.5
46
docker:
47
- image: circleci/python:3.7
-
48
"python-3.7":
49
50
@@ -60,8 +66,9 @@ workflows:
60
66
version: 2
61
67
build:
62
68
69
+ - "python-3.7-symengine"
70
+ - "python-3.7-sympy-1.5"
63
71
- "python-3.7"
64
72
- "python-3.6"
65
73
- "python-3.5"
74
- "python-2.7"
- - "python-3.7-sympy-1.5"
0 commit comments