Skip to content

Commit

Permalink
Fixes travis test run command
Browse files Browse the repository at this point in the history
  • Loading branch information
shidarin committed Apr 29, 2014
1 parent bc839be commit 89a3fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -10,7 +10,7 @@ install:
- pip install mock
- pip install coveralls
# command to run tests, e.g. python setup.py test
script: coverage run --source=cdl_convert/cdl_convert.py tests/test_cdl_convert.py
script: coverage run --source=cdl_convert/cdl_convert.py tests/__init__.py
# command to run after tests have completed
after_success:
coveralls

0 comments on commit 89a3fbb

Please sign in to comment.