Skip to content

Commit

Permalink
try to configure coveralls.io
Browse files Browse the repository at this point in the history
  • Loading branch information
giampaolo committed Jul 11, 2015
1 parent a28f7ab commit 281c416
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,17 @@ install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.7' ]]; then pip install -U ipaddress mock; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install -U ipaddress mock; fi
- if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then pip install -U ipaddress; fi
- pip install coverage coveralls
script:
- pip install flake8 pep8
- python setup.py build
- python setup.py install
- python test/test_psutil.py
- coverage run test/test_psutil.py --include="*psutil*" --omit="test/*,*setup*"
- python test/test_memory_leaks.py
- flake8
- pep8
os:
- linux
- osx

- osx # currently not supported by travis
after_success:
- coveralls # upload reports to coveralls.io

0 comments on commit 281c416

Please sign in to comment.