Skip to content

Commit

Permalink
chore(ci): cleanup unsupported test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Dec 3, 2019
1 parent 3996f84 commit d274826
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2.1

orbs:
linter: talkiq/linter@1
linter: thekevjames/linter@1

jobs:
toxpy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [2.7, 3.4, 3.5, 3.6, 3.7]
python-version: [2.7, 3.5, 3.6, 3.7]

steps:
- uses: actions/checkout@v1
Expand Down
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ python:
- 3.4
- 3.5
- pypy
- pypy3
env:
- $COVPYYAML=cov3-default,coveralls3
- $COVPYYAML=cov4-pyyaml,coveralls4
Expand All @@ -18,7 +17,9 @@ matrix:
dist: xenial # https://github.com/travis-ci/travis-ci/issues/9815
sudo: true
env: $COVPYYAML=cov41-pyyaml,coveralls41
- python: pypy3
env: $COVPYYAML=cov41-pyyaml,coveralls41
install:
- pip install tox tox-factor
- pip install tox
script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')-$COVPYYAML

0 comments on commit d274826

Please sign in to comment.