Skip to content
This repository has been archived by the owner on Jan 5, 2018. It is now read-only.

Commit

Permalink
Update travis.yml for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiter committed Jul 8, 2013
1 parent f96dcc1 commit 9164fb0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
@@ -1,7 +1,6 @@
language: python
python:
- "2.7"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
before_install:
- sudo add-apt-repository -y ppa:pyside/ppa
- sudo apt-get update -qq
Expand All @@ -11,5 +10,5 @@ before_install:
- "sh -e /etc/init.d/xvfb start"
- sleep 3
install: pip install -r requirements.txt --use-mirrors
# command to run tests, e.g. python setup.py test
script: nosetests
script: nosetests --with-coverage --cover-package=spreads,spreadsplug
after_success: coveralls

0 comments on commit 9164fb0

Please sign in to comment.