Skip to content

Commit

Permalink
fix tox. include dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed May 8, 2015
1 parent a9f6716 commit 12a224a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
Changes
=======

0.4.2 (*2015-05-08*)
====================

- fix tox. include dependencies


0.4.1 (*2015-05-08*)
====================
Expand Down
2 changes: 1 addition & 1 deletion pytest_incremental.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from __future__ import print_function
from __future__ import unicode_literals

__version__ = (0, 4, 1)
__version__ = (0, 4, 2)

import os
import ast
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(name = 'pytest-incremental',
description = 'an incremental test runner (pytest plugin)',
version = '0.4.1',
version = '0.4.2',
license = 'MIT',
author = 'Eduardo Naufel Schettino',
author_email = 'schettino72@gmail.com',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ envlist = py27,py34

[testenv]
commands = py.test

deps = pytest-xdist

0 comments on commit 12a224a

Please sign in to comment.