Skip to content

Commit

Permalink
Merge pull request #5 from leifgehrmann/add-linting-to-travis-ci
Browse files Browse the repository at this point in the history
Add linting to travis-ci
  • Loading branch information
leifgehrmann authored Mar 24, 2019
2 parents 669a092 + a08c1f2 commit d063c10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ skip_install = true
passenv = TOXENV CI TRAVIS TRAVIS_* CODECOV_*
deps = cairocffi
pangocffi >= 0.4.0
flake8
coverage
codecov
pytest
commands =
flake8 pangocairocffi tests --exclude pangocairocffi/_generated/ffi.py
python setup.py build
python setup.py sdist
coverage run --source pangocairocffi setup.py test
Expand Down

0 comments on commit d063c10

Please sign in to comment.