Skip to content

Commit

Permalink
Fixed testing environment
Browse files Browse the repository at this point in the history
  • Loading branch information
s-m-i-t-a committed Oct 22, 2016
1 parent 10db908 commit b7c348c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3,112 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -16,6 +16,6 @@ services:
install: pip install -r requirements-dev.txt

# command to run tests, e.g. python setup.py test
script: coverage run --source flask_musers runtests.py
script: py.test --cov=flask_musers

after_success: coveralls
4 changes: 1 addition & 3 deletions Makefile
Expand Up @@ -38,9 +38,7 @@ test-all: clean
tox --skip-missing-interpreters

coverage:
coverage run --source flask_musers runtests.py
coverage report -m
coverage html
py.test --cov=flask_musers --cov-report=html
open htmlcov/index.html

docs:
Expand Down

0 comments on commit b7c348c

Please sign in to comment.