From bcc605dc2c30e042a161a4e3575767aa3bb58462 Mon Sep 17 00:00:00 2001 From: Hemna Date: Thu, 17 Jun 2021 13:37:07 -0400 Subject: [PATCH] fixed tests for tox --- .github/workflows/python.yml | 2 +- ChangeLog | 1 + tox.ini | 3 +-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python.yml b/.github/workflows/python.yml index cb35ef2..dfea68b 100644 --- a/.github/workflows/python.yml +++ b/.github/workflows/python.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: [3.7, 3.8, 3.9] steps: - uses: actions/checkout@v2 - name: Set up Python ${{ matrix.python-version }} diff --git a/ChangeLog b/ChangeLog index ae5d467..fe8cd95 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,7 @@ CHANGES ======= +* fixed tests after refactoring * prep for release * new updated location plugin * Updated slack formatting diff --git a/tox.ini b/tox.ini index 4e4d9d4..a514bf1 100644 --- a/tox.ini +++ b/tox.ini @@ -11,7 +11,6 @@ extend-exclude = # This section is not needed if not using GitHub Actions for CI. [gh-actions] python = - 3.6: py36 3.7: py37 3.8: py38, fmt-check, lint 3.9: py39 @@ -22,7 +21,7 @@ python = envlist = fmt-check lint - py{36,37,38,39} + py{37,38,39} skip_missing_interpreters = true # Activate isolated build environment. tox will use a virtual environment