Skip to content

Commit

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

fix - issue/114
  • Loading branch information
nixawk authored Sep 19, 2016
2 parents 4e28d14 + d21395e commit f13e514
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 @@ -4,7 +4,8 @@ python:
- "2.7"
install:
# Install old (pytest-)flake8 for py26
- pip install -q 'flake8<3'
- if [[ ${TRAVIS_PYTHON_VERSION:0:3} == 2.6 ]]; then pip install -q flake8==2.6.2; fi
- if [[ ${TRAVIS_PYTHON_VERSION:0:3} == 2.7 ]]; then pip install -q flake8; fi
- pip install pydocstyle
script:
- python -c "from pocsuite.api.cannon import Cannon; import pocsuite"
Expand Down

0 comments on commit f13e514

Please sign in to comment.