Skip to content

Commit

Permalink
Deprecate use of Python3.4
Browse files Browse the repository at this point in the history
Python3.4 was EOL on 18 Mar 2019. Dependencies are broken.

If you are Python3.4 user please upgrade to Python3.6+ and migrate to pybrake.
  • Loading branch information
phumpal committed Jun 11, 2021
1 parent c061952 commit 6f910ae
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 10 deletions.
12 changes: 3 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: 2
jobs:
build_all:
build:
working_directory: ~/airbrake-python
docker:
- image: randomknowledge/docker-pyenv-tox
- image: randomknowledge/docker-pyenv-tox:maintenance_update-versions

steps:
- checkout
Expand All @@ -15,11 +15,5 @@ jobs:
virtualenv airbrake
source airbrake/bin/activate
pip install tox tox-pyenv
pyenv local 2.7.15 3.4.6 3.5.5
pyenv local 2.7.18 3.5.10
tox -v --recreate
workflows:
version: 2
commit:
jobs:
- build_all
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py,py27,py34,py35,style
envlist = py,py27,py35,style

[testenv]
passenv = CIRCLECI
Expand Down

0 comments on commit 6f910ae

Please sign in to comment.