[7.x] Switch to Nox, add build_dist script

This commit is contained in:
Seth Michael Larson
2020-06-24 14:44:04 -05:00
parent d73d7a0d8f
commit 4473f9a659
7 changed files with 213 additions and 75 deletions
+4 -4
View File
@@ -35,9 +35,9 @@ jobs:
python-version: 3.7
- name: Install dependencies
run: |
python3.7 -m pip install tox
python3.7 -m pip install nox
- name: Lint the code
run: tox -e lint
run: nox -s lint
docs:
runs-on: ubuntu-latest
@@ -50,9 +50,9 @@ jobs:
python-version: 3.7
- name: Install dependencies
run: |
python3.7 -m pip install tox
python3.7 -m pip install nox
- name: Build the docs
run: tox -e docs
run: nox -s docs
test-linux:
runs-on: ubuntu-latest