We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 544e19f commit 241cfa4Copy full SHA for 241cfa4
.gitlab-ci.yml
@@ -12,32 +12,19 @@
12
13
stages:
14
- tests
15
- - docs
16
-
17
-test:3.5:
18
- image: python:3.5
19
- <<: *job_definition
20
21
test:3.6:
22
image: python:3.6
23
<<: *job_definition
24
25
-test:latest:
26
- image: python:latest
+test:3.7:
+ image: python:3.7
27
28
29
-pages:
+test:3.8:
+ image: python:3.8
+ <<: *job_definition
+
+test:latest:
30
image: python:latest
31
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