Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Readded default py.test options.
  • Loading branch information
apollo13 committed Jan 21, 2017
1 parent 331da4f commit 4666b85
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions tox.ini
@@ -1,15 +1,13 @@
# Tox (http://tox.testrun.org/) is a tool for running tests
# in multiple virtualenvs. This configuration file will run the
# test suite on all supported python versions. To use it, "pip install tox"
# and then run "tox" from this directory.

[tox]
envlist = docs,py27,py34,py35,py36,pypy
skip_missing_interpreters = True
envlist=docs,py27,py34,py35,py36,pypy
skip_missing_interpreters=True

[pytest]
addopts=-r fsxX --durations=10 --ignore=tmp

[testenv]
commands=py.test {posargs}
deps =
deps=
pytest
pytest-cov

Expand Down

0 comments on commit 4666b85

Please sign in to comment.