Skip to content

Commit

Permalink
Avoid running local tests on travis
Browse files Browse the repository at this point in the history
See #22
  • Loading branch information
johndgiese committed Nov 5, 2018
1 parent 41194a9 commit bdf18a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ deps =
commands =
python setup.py check -m -r -s
flake8 --ignore=E226 .
pytest
pytest -m remote
pytest -m 'not integration'

[flake8]
exclude = .tox,*.egg,build,data,src
Expand Down

0 comments on commit bdf18a7

Please sign in to comment.