Skip to content

Commit

Permalink
Replace nosetests and flake8 commands in .travis.yml with Makefile co…
Browse files Browse the repository at this point in the history
…mmands.

This removes the duplicity between .travis.yml and Makefile.
  • Loading branch information
s3rvac committed Feb 9, 2019
1 parent c309daf commit abc213e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -13,7 +13,7 @@ install:
- pip install mock
- pip install nose
script:
- nosetests tests --with-coverage --cover-package=git_edit_index --cover-erase
- flake8 --ignore=E501 git-edit-index tests/git_edit_index_tests.py setup.py
- make tests-coverage
- make lint
after_success:
- coveralls

0 comments on commit abc213e

Please sign in to comment.