Skip to content

Commit 241cfa4

Browse files
committed
Python versions in GitLab CI
1 parent 544e19f commit 241cfa4

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

.gitlab-ci.yml

+7-20
Original file line numberDiff line numberDiff line change
@@ -12,32 +12,19 @@
1212

1313
stages:
1414
- tests
15-
- docs
16-
17-
test:3.5:
18-
image: python:3.5
19-
<<: *job_definition
2015

2116
test:3.6:
2217
image: python:3.6
2318
<<: *job_definition
2419

25-
test:latest:
26-
image: python:latest
20+
test:3.7:
21+
image: python:3.7
2722
<<: *job_definition
2823

29-
pages:
24+
test:3.8:
25+
image: python:3.8
26+
<<: *job_definition
27+
28+
test:latest:
3029
image: python:latest
3130
<<: *job_definition
32-
stage: docs
33-
script:
34-
- python setup.py build_sphinx
35-
- python setup.py sdist
36-
- mkdir public
37-
- mv dist/*.tar.gz public/
38-
- mv build/sphinx/html/* public/
39-
artifacts:
40-
paths:
41-
- public
42-
only:
43-
- master

0 commit comments

Comments
 (0)