Skip to content
This repository has been archived by the owner on Aug 25, 2020. It is now read-only.

Commit

Permalink
Switch to nose.
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Feb 11, 2013
1 parent 5abd0c6 commit 6d4c385
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ python:
install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then pip install -r py26-requirements.txt; fi
- pip install -r requirements.txt
#- pip install pytest # installed by Travis by default already
#- pip install nose # installed by Travis by default already
script:
- py.test
- nosetests
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
envlist = py26,py27,py32,py33,pypy

[testenv]
deps=pytest
commands=py.test
deps=nose
commands=nosetests

[testenv:py26]
deps=
pytest
nose
unittest2

0 comments on commit 6d4c385

Please sign in to comment.