Skip to content

Commit

Permalink
Merge pull request #446 from henrykironde/nosechange
Browse files Browse the repository at this point in the history
add py.test and remove nose test fixes #404
  • Loading branch information
ethanwhite committed Mar 23, 2016
2 parents ec37e27 + 924ea79 commit 3302fb4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,14 @@ install:
- pip install -r requirements.txt --use-mirrors
- python setup.py -q install
- pip install codecov
- pip install nose-cov
- pip install pytest-cov
- pip install pytest-xdist


# command to run tests
script: nosetests --with-cov

script:
- py.test --cov=retriever

# database setup
before_script:
Expand Down

0 comments on commit 3302fb4

Please sign in to comment.