summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Mueller <30130371+cdce8p@users.noreply.github.com>2021-05-11 12:41:26 +0200
committerGitHub <noreply@github.com>2021-05-11 12:41:26 +0200
commitfce1e7a38ee31f1391981ef57bb6f546969b457e (patch)
tree4c1cbf7e7d0b51964dfed0981e1449ca01665ea3
parentf160c3e47c49f060e189938f6d1c217766c28c73 (diff)
downloadastroid-git-fce1e7a38ee31f1391981ef57bb6f546969b457e.tar.gz
Update tox envlist (#989)
* Update tox envlist * CI - improve restore key pypy
-rw-r--r--.github/workflows/ci.yaml3
-rw-r--r--tox.ini2
2 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml
index f49a98cd..8b3b2453 100644
--- a/.github/workflows/ci.yaml
+++ b/.github/workflows/ci.yaml
@@ -333,8 +333,7 @@ jobs:
id: generate-python-key
run: >-
echo "::set-output name=key::venv-${{ env.CACHE_VERSION }}-${{
- hashFiles('setup.cfg', 'requirements_test_min.txt',
- 'requirements_test_brain.txt', 'requirements_test_pre_commit.txt') }}"
+ hashFiles('setup.cfg', 'requirements_test_min.txt') }}"
- name: Restore Python virtual environment
id: cache-venv
uses: actions/cache@v2.1.4
diff --git a/tox.ini b/tox.ini
index da9e1745..ab10fd83 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py{36,37,38,39}
+envlist = py{36,37,38,39,310}
skip_missing_interpreters = true
[testenv:pylint]