Skip to content

Commit

Permalink
WIP fixing PEP8 problem
Browse files Browse the repository at this point in the history
  • Loading branch information
brainwane committed Feb 14, 2018
1 parent 8452ae9 commit dfe503b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ matrix:
include:
- python: 2.7
env: TOXENV=py27
- python: 2.7
env: TOXENV=pep8
- python: 3.4
env: TOXENV=py34
- python: 3.5
Expand All @@ -12,8 +14,6 @@ matrix:
env: TOXENV=py36
- python: 3.6
env: TOXENV=docs
- python: 3.6
env: TOXENV=pep8
- python: 3.6
env: TOXENV=pypy

Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,6 @@ commands =
twine upload --skip-existing dist/*

[testenv:pep8]
basepython = python2.7
deps = flake8
commands = flake8 twine/ tests/ docs/

0 comments on commit dfe503b

Please sign in to comment.