Skip to content

Commit

Permalink
travis fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Dec 7, 2016
1 parent 2616eb0 commit f0ff3b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
- TOXENV=py34
- TOXENV=py35
- TOXENV=pypy
- TOXENV=pypy3
# - TOXENV=pypy3
- TOXENV=nodeps
- TOXENV=flake8
before_install:
Expand Down
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ commands =
[testenv:flake8]
deps = flake8
commands =
flake8 --max-line-length=80 --count --statistics --ignore=E111,E114 --exit-zero gitfame/*.py
flake8 --max-line-length=80 --count --statistics --ignore=E111,E114 --exit-zero *.py
flake8 --max-line-length=80 --count --statistics --ignore=E111,E114 --exit-zero gitfame/tests/
flake8 --max-line-length=80 --count --statistics --ignore=E111,E114 --exit-zero .

[testenv:setup.py]
deps =
Expand Down

0 comments on commit f0ff3b5

Please sign in to comment.