File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change 3232 " windows-py37-pluggy" ,
3333 " windows-py38" ,
3434
35+ " ubuntu-py27-pluggy" ,
36+ " ubuntu-py27-nobyte" ,
3537 " ubuntu-py37" ,
3638 " ubuntu-py37-pluggy" ,
3739 " ubuntu-py37-pexpect" ,
@@ -51,89 +53,84 @@ jobs:
5153 os : windows-latest
5254 tox_env : " py27-xdist"
5355 use_coverage : true
54- arch : " x64"
5556 - name : " windows-py35"
5657 python : " 3.5"
5758 os : windows-latest
5859 tox_env : " py35-xdist"
59- arch : " x64"
6060 - name : " windows-py36"
6161 python : " 3.6"
6262 os : windows-latest
6363 tox_env : " py36-xdist"
64- arch : " x64"
6564 - name : " windows-py37"
6665 python : " 3.7"
6766 os : windows-latest
6867 tox_env : " py37-twisted-numpy"
69- arch : " x64"
7068 - name : " windows-py37-pluggy"
7169 python : " 3.7"
7270 os : windows-latest
7371 tox_env : " py37-pluggymaster-xdist"
74- arch : " x64"
7572 - name : " windows-py38"
7673 python : " 3.8"
7774 os : windows-latest
7875 tox_env : " py38"
7976 use_coverage : true
80- arch : " x64"
8177
8278 # Ubuntu jobs – find the rest of them in .travis.yml
79+ - name : " ubuntu-py27-pluggy"
80+ python : " 2.7"
81+ os : ubuntu-latest
82+ tox_env : " py27-pluggymaster-xdist"
83+ use_coverage : true
84+ - name : " ubuntu-py27-nobyte"
85+ python : " 2.7"
86+ os : ubuntu-latest
87+ tox_env : " py27-nobyte-numpy-xdist"
88+ use_coverage : true
8389 - name : " ubuntu-py37"
8490 python : " 3.7"
8591 os : ubuntu-latest
8692 tox_env : " py37-lsof-numpy-xdist"
8793 use_coverage : true
88- arch : " x64"
8994 - name : " ubuntu-py37-pluggy"
9095 python : " 3.7"
9196 os : ubuntu-latest
9297 tox_env : " py37-pluggymaster-xdist"
93- arch : " x64"
9498 - name : " ubuntu-py37-pexpect"
9599 python : " 3.7"
96100 os : ubuntu-latest
97101 tox_env : " py37-pexpect"
98102 use_coverage : true
99- arch : " x64"
100103 - name : " ubuntu-py37-freeze"
101104 python : " 3.7"
102105 os : ubuntu-latest
103106 tox_env : " py37-freeze"
104- arch : " x64"
105107 - name : " ubuntu-pypy"
106108 python : " pypy2"
107109 os : ubuntu-latest
108110 tox_env : " pypy-xdist"
109- arch : " x64"
110111 - name : " ubuntu-pypy3"
111112 python : " pypy3"
112113 os : ubuntu-latest
113114 tox_env : " pypy3-xdist"
114- arch : " x64"
115115
116116 # MacOS jobs
117117 - name : " macos-py27"
118118 python : " 2.7"
119119 os : macos-latest
120120 tox_env : " py27-xdist"
121121 use_coverage : true
122- arch : " x64"
123122 - name : " macos-py38"
124123 python : " 3.8"
125124 os : macos-latest
126125 tox_env : " py38-xdist"
127126 use_coverage : true
128- arch : " x64"
129127
130128 steps :
131129 - uses : actions/checkout@v1
132130 - name : Set up Python ${{ matrix.python }} on ${{ matrix.os }}
133131 uses : actions/setup-python@v1
134132 with :
135133 python-version : ${{ matrix.python }}
136- architecture : ${{ matrix.arch }}
137134 - name : Install dependencies
138135 run : |
139136 python -m pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments