Skip to content

Commit

Permalink
Add build step to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tnajdek committed Sep 17, 2015
1 parent b5c0807 commit a93d626
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ install:
- pip install -r requirements-dev.txt
- pip install coveralls
# command to run tests
before_script: python setup.py build_ext --inplace
script: nosetests --with-coverage --cover-package=schemamessages
after_success:
coveralls

0 comments on commit a93d626

Please sign in to comment.