Skip to content

Commit

Permalink
Merge pull request knownsec#115 from open-security/feature/travis_yml…
Browse files Browse the repository at this point in the history
…_py2.6.9

flake8 fails to work as it used to be on python 2.6.9
  • Loading branch information
nixawk authored Sep 19, 2016
2 parents 589b3fb + e36c021 commit 4e28d14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ python:
- "2.6"
- "2.7"
install:
- pip install flake8
# Install old (pytest-)flake8 for py26
- pip install -q 'flake8<3'
- pip install pydocstyle
script:
- python -c "from pocsuite.api.cannon import Cannon; import pocsuite"
Expand Down

0 comments on commit 4e28d14

Please sign in to comment.