Skip to content

Commit

Permalink
circle.yml: Do not install colorama explicitly
Browse files Browse the repository at this point in the history
This was done due to a bug in radon that seems to be fixed.
  • Loading branch information
sils committed Dec 10, 2016
1 parent a22ec25 commit 39b0a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -15,7 +15,7 @@ test:
parallel: true
- python setup.py install:
parallel: true
- pip install coala-bears colorama==0.3.6 --pre -U:
- pip install coala-bears --pre -U:
parallel: true
timeout: 900 # Allow 15 mins
- coala --non-interactive:
Expand Down

0 comments on commit 39b0a17

Please sign in to comment.