Skip to content

Commit 01b847b

Browse files
committed
revert tox
1 parent bd2b740 commit 01b847b

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ jobs:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install dependencies
2424
run: |
25-
pip install --upgrade pip
2625
pip install virtualenv==20.0.1
27-
pip install tox tox-gh-actions
26+
pip install tox
2827
- name: Test with tox
2928
run: |
3029
tox

tox.ini

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ deps =
1515
flake8-quotes==0.14.0
1616
usedevelop=True
1717

18-
[gh-actions]
19-
python =
20-
3.4: py34
21-
3.5: py35
22-
3.6: py36
18+
[tox:travis]
19+
3.4 = py34
20+
3.5 = py35
21+
3.6.8 = py36
2322

2423
[flake8]
2524
max-complexity = 5
2625
inline-quotes = single
2726
multiline-quotes = single
28-
max-line-length = 82
27+
max-line-length = 82

0 commit comments

Comments
 (0)