Skip to content

Commit

Permalink
Fix travi-ci tests command.
Browse files Browse the repository at this point in the history
  • Loading branch information
amibiz committed Oct 17, 2016
1 parent ec2454f commit 57d5a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ python:
install: pip install coveralls

# command to run tests
script: coverage run --source=microschema python setup.py test
script: coverage run --source=microschema setup.py test

# command to run after a successful build
after_success: coveralls

0 comments on commit 57d5a28

Please sign in to comment.