Commit a8e946e 1 parent 9788cfc commit a8e946e Copy full SHA for a8e946e
File tree 1 file changed +4
-15
lines changed
1 file changed +4
-15
lines changed Original file line number Diff line number Diff line change @@ -10,10 +10,6 @@ script: tox
10
10
11
11
jobs :
12
12
include :
13
- - python : 3.5
14
- env : TOXENV=py35
15
- - python : 3.6
16
- env : TOXENV=py36
17
13
- python : 3.7
18
14
env : TOXENV=py37
19
15
- python : 3.8
@@ -33,27 +29,20 @@ jobs:
33
29
env :
34
30
- PYTHONIOENCODING=utf-8
35
31
- TOXENV=py38
36
- - name : Python 3.7 on macOS
37
- os : osx
38
- osx_image : xcode10.2
39
- language : bash
40
- before_install :
41
- - python3 -m pip install --upgrade virtualenv
42
- - virtualenv -p python3 --system-site-packages "$HOME/venv"
43
- - source "$HOME/venv/bin/activate"
44
32
- stage : Documentation
45
- python : 3.7
33
+ python : 3.8
46
34
install :
47
35
- pip install Pygments mock sphinx sphinx-rtd-theme recommonmark
48
36
- pip install -U -r requirements_dev.txt
49
37
- pip install .
50
38
script :
51
39
- make docs
52
- env : TOXENV=py37
40
+ env : TOXENV=py38
53
41
- stage : Release & Deploy
54
- python : 3.7
42
+ python : 3.8
55
43
script : true
56
44
install : true
45
+ env : TOXENV=py38
57
46
deploy :
58
47
- provider : pypi
59
48
user : lrivallain
You can’t perform that action at this time.
0 commit comments