Runs nox using python 3

This commit is contained in:
Fabien LOISON 2020-05-12 17:08:15 +02:00
parent 107192a6cc
commit 5bb15d452e
No known key found for this signature in database
GPG Key ID: FF90CA148348048E
1 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
pip3 install nox
- name: Lint with flake8
run: |
nox --session lint
python3 -m nox --session lint
- name: Test with pytest
run: |
nox --session test-${{ matrix.python-version }}
python3 -m nox --session test-${{ matrix.python-version }}