Skip to content

Commit 0988bfc

Browse files
committed
Add python version to github PR action
1 parent 242d2b6 commit 0988bfc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
python-version: [3.6]
15+
python-version: [3.6, 3.7]
1616
steps:
1717
- uses: actions/checkout@v2
1818
- name: Set up Python ${{ matrix.python-version }}

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ skipdist = true
66

77
[testenv]
88
install_command = pip install {opts} {packages}
9-
basepython= python3.6
109
whitelist_externals = cat
1110
setenv =
1211
PYTHONPATH=.

0 commit comments

Comments
 (0)