Skip to content
This repository has been archived by the owner on Jun 14, 2023. It is now read-only.

Commit

Permalink
Update travis-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
adelosa committed Nov 11, 2015
1 parent 86f5057 commit 1355c44
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .travis.yml
Expand Up @@ -11,11 +11,14 @@ python:

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- "pip install pylint"
- "pip install ."
- "pip install coveralls"
- "pip install -r requirements.txt"

before_script: "pylint mciutil"

# command to run tests, e.g. python setup.py test
script: python setup.py test
script:
- python setup.py install
- nosetests --with-coverage --cover-package=mciutil

after_success:
- coveralls

0 comments on commit 1355c44

Please sign in to comment.