Skip to content

Commit

Permalink
pytest migration: remove nose from tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdepinguin committed Feb 3, 2016
1 parent 00d61c9 commit 6b93a13
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,13 +1,11 @@
[tox]
minversion = 1.8
envlist = py{26,27}-{pytest,nose}
envlist = py{26,27}-pytest

[testenv]
setenv =
PYTHONHASHSEED = 0
deps =
nose: nose
pytest: pytest
commands =
nose: nosetests {posargs}
pytest: py.test {posargs}

0 comments on commit 6b93a13

Please sign in to comment.