Skip to content

Commit

Permalink
Merge pull request #96 from airbrake/fix/cirlceci-tox-env
Browse files Browse the repository at this point in the history
Update circleci for multiple pythons
  • Loading branch information
phumpal authored Mar 1, 2019
2 parents 66c387e + 3dfdb4c commit 713df8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
virtualenv airbrake
source airbrake/bin/activate
pip install tox tox-pyenv
pyenv local 2.7.15 3.4.6 3.5.5
tox -v --recreate
workflows:
Expand Down

0 comments on commit 713df8e

Please sign in to comment.