Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
pip install hacking ; pip3 install hacking
  • Loading branch information
cclauss authored Aug 23, 2017
commit 1baa866add1d9b3eef4a89e903d7d4f882a06fbf
6 changes: 6 additions & 0 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
machine:
post:
- pyenv global 2.7.12 3.6.2
dependencies:
pre:
- pip install --upgrade pip
- pip3 install --upgrade pip
- pip install hacking
- pip3 install hacking
general:
branches:
ignore:
Expand Down