Skip to content

Commit

Permalink
Remove icon to font, restore flake
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam McHardy committed Aug 25, 2017
1 parent 6c50c24 commit ed4239b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ install:

script:
- tox
- coverage run --source icon_font_to_png -m py.test
- coverage report -m

after_success:
Expand Down
1 change: 0 additions & 1 deletion test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
coverage==4.4.1
flake8==3.4.1
icon-font-to-png==0.4.1
pytest==3.2.1
pytest-cov==2.5.1
pytest-pep8==1.0.6
Expand Down
18 changes: 18 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,21 @@ passenv =
TRAVIS
TRAVIS_BRANCH
TRAVIS_JOB_ID

[testenv:flake8]
commands = flake8 .
deps = flake8

[travis]
python =
3.6: py36, flake8

[flake8]
exclude =
.git,
.tox,
build,
dist

[pep8]
ignore = E501

0 comments on commit ed4239b

Please sign in to comment.