Skip to content

Commit

Permalink
Add circleci configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
Javier Collado committed Jan 17, 2017
1 parent e26fd60 commit 0f73b29
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
machine:
post:
- pyenv global 2.7.12 3.5.2

dependencies:
override:
- pip install tox

test:
override:
- tox

0 comments on commit 0f73b29

Please sign in to comment.