Skip to content

Commit 1baa866

Browse files
author
cclauss
authored
pip install hacking ; pip3 install hacking
1 parent 26435ef commit 1baa866

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

circle.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
machine:
22
post:
33
- pyenv global 2.7.12 3.6.2
4+
dependencies:
5+
pre:
6+
- pip install --upgrade pip
7+
- pip3 install --upgrade pip
8+
- pip install hacking
9+
- pip3 install hacking
410
general:
511
branches:
612
ignore:

0 commit comments

Comments
 (0)