Skip to content

Commit

Permalink
Bumping version and dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tarpas committed May 17, 2019
1 parent 4c47a28 commit 7019cea
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -4,7 +4,7 @@
name='pytest-testmon',
description='find bugs 10x faster',
long_description=''.join(open('README.rst').readlines()),
version='0.9.16',
version='0.9.17',
license='MIT',
platforms=['linux', 'osx', 'win32'],
packages=['testmon'],
Expand Down
6 changes: 2 additions & 4 deletions tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = pytest{31,32,33,master}-py{27,34,35,36},py36-pytest41-xdist,pytestfeatures-py36
envlist = pytest{41,45,master}-py{27,35,37},py37-pytest45-xdist,pytestfeatures-py37

[testenv]
passenv = PYTHONPATH
Expand All @@ -8,10 +8,8 @@ commands = py.test --tb=native {posargs:test}
deps =
coverage_pth
xdist: pytest-xdist
pytest31: pytest>=3.1,<3.2
pytest32: pytest>=3.2,<3.3
pytest33: pytest>=3.3,<3.4
pytest41: pytest>=4.1,<4.2
pytest45: pytest>=4.5,<4.6
# master is current stable version with bugfixes.
pytestmaster: git+https://github.com/pytest-dev/pytest.git@master#egg=pytest
# features is the next non-bugfix version.
Expand Down

0 comments on commit 7019cea

Please sign in to comment.