Skip to content

Commit

Permalink
chore: Use pyenv on circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
relekang committed Jul 22, 2017
1 parent 5908f43 commit 6db7f5d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
machine:
python:
version:
- 3.6.1
- 2.7.13

dependencies:
pre:
- pyenv local 2.7.13 3.6.1
- pip install tox
override:
- tox --notest
Expand Down

0 comments on commit 6db7f5d

Please sign in to comment.