Skip to content

Commit a36cbc6

Browse files
committed
v3.5.0
1 parent 39c365f commit a36cbc6

File tree

1,692 files changed

+296498
-151939
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,692 files changed

+296498
-151939
lines changed

.gitlab-ci.yml

Lines changed: 10 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,22 @@
33
stages:
44
- test
55

6-
.nosetest:
6+
.tests:
77
stage: test
88
script:
99
- pip install -r requirements.txt
1010
- pip install -r test-requirements.txt
1111
- pytest --cov=elements_sdk
1212

13-
nosetest-2.7:
14-
extends: .nosetest
15-
image: python:2.7-alpine
16-
nosetest-3.3:
17-
extends: .nosetest
18-
image: python:3.3-alpine
19-
nosetest-3.4:
20-
extends: .nosetest
21-
image: python:3.4-alpine
22-
nosetest-3.5:
23-
extends: .nosetest
24-
image: python:3.5-alpine
25-
nosetest-3.6:
26-
extends: .nosetest
13+
test-3.6:
14+
extends: .tests
2715
image: python:3.6-alpine
28-
nosetest-3.7:
29-
extends: .nosetest
16+
test-3.7:
17+
extends: .tests
3018
image: python:3.7-alpine
31-
nosetest-3.8:
32-
extends: .nosetest
19+
test-3.8:
20+
extends: .tests
3321
image: python:3.8-alpine
22+
test-3.9:
23+
extends: .tests
24+
image: python:3.9-alpine

0 commit comments

Comments
 (0)