fixed tests for tox

This commit is contained in:
Hemna 2021-06-17 13:37:07 -04:00
parent d5d76a1a02
commit bcc605dc2c
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
python-version: [3.6, 3.7, 3.8, 3.9] python-version: [3.7, 3.8, 3.9]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}

View File

@ -1,6 +1,7 @@
CHANGES CHANGES
======= =======
* fixed tests after refactoring
* prep for release * prep for release
* new updated location plugin * new updated location plugin
* Updated slack formatting * Updated slack formatting

View File

@ -11,7 +11,6 @@ extend-exclude =
# This section is not needed if not using GitHub Actions for CI. # This section is not needed if not using GitHub Actions for CI.
[gh-actions] [gh-actions]
python = python =
3.6: py36
3.7: py37 3.7: py37
3.8: py38, fmt-check, lint 3.8: py38, fmt-check, lint
3.9: py39 3.9: py39
@ -22,7 +21,7 @@ python =
envlist = envlist =
fmt-check fmt-check
lint lint
py{36,37,38,39} py{37,38,39}
skip_missing_interpreters = true skip_missing_interpreters = true
# Activate isolated build environment. tox will use a virtual environment # Activate isolated build environment. tox will use a virtual environment