Skip to content

Commit

Permalink
Install flake8 only for CI builds
Browse files Browse the repository at this point in the history
It's not needed to run the script, so why have it in requirements.txt?
  • Loading branch information
zhimsel committed Feb 11, 2017
1 parent ab76aa3 commit b37d5e0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
# install dependencies
install:
- pip install -r requirements.txt
- pip install --upgrade flake8

# run tests
script:
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
boto3>=1.4.4
docopt>=0.6.2
ipgetter>=0.6
flake8>=3.3.0

0 comments on commit b37d5e0

Please sign in to comment.