We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd2b740 commit 01b847bCopy full SHA for 01b847b
2 files changed
.github/workflows/build.yml
@@ -22,9 +22,8 @@ jobs:
22
python-version: ${{ matrix.python-version }}
23
- name: Install dependencies
24
run: |
25
- pip install --upgrade pip
26
pip install virtualenv==20.0.1
27
- pip install tox tox-gh-actions
+ pip install tox
28
- name: Test with tox
29
30
tox
tox.ini
@@ -15,14 +15,13 @@ deps =
15
flake8-quotes==0.14.0
16
usedevelop=True
17
18
-[gh-actions]
19
-python =
20
- 3.4: py34
21
- 3.5: py35
- 3.6: py36
+[tox:travis]
+3.4 = py34
+3.5 = py35
+3.6.8 = py36
[flake8]
max-complexity = 5
inline-quotes = single
multiline-quotes = single
-max-line-length = 82
+max-line-length = 82
0 commit comments