Skip to content

Commit

Permalink
Circument Makefile and run the commands directly
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljoseph committed Sep 14, 2013
1 parent bac4314 commit ee030d8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ python:
- "3.2"

install:
- python setup.py -q install
- pip install -r requirements.txt --use-mirrors

script:
- "if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then make test pep8; else make ci; fi"
- nosetests --with-coverage --cover-package=righteous
- flake8 setup.py righteous tests setup.py

after_success:
- coveralls

0 comments on commit ee030d8

Please sign in to comment.