Skip to content

Commit

Permalink
Merge pull request #3 from airbrake/chore/adds-ci
Browse files Browse the repository at this point in the history
add circleci
  • Loading branch information
phumpal authored Aug 9, 2018
2 parents c6b09ea + 61928de commit 4f70b4a
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
jobs:
build_all:
working_directory: ~/airbrake-python-integrations
docker:
- image: randomknowledge/docker-pyenv-tox

steps:
- checkout

- run:
name: install
command: |
pip install -U pip virtualenv
virtualenv venv
source venv/bin/activate
pip install tox
tox -v --recreate
workflows:
version: 2
commit:
jobs:
- build_all
Empty file removed circle.yml
Empty file.

0 comments on commit 4f70b4a

Please sign in to comment.