Commit 5e369db0 authored by Dr.李's avatar Dr.李 Committed by GitHub

Update .travis.yml

parent c69c9ef6
......@@ -42,9 +42,9 @@ install:
- pip install simpleutils
- pip install coveralls
script:
- python setup.py build_ext --line_trace --inplace
- coverage run --rcfile=./.coveragerc alphamind/tests/test_suite.py
- coverage report --rcfile=./.coveragerc -i
- coverage html --rcfile=./.coveragerc -i
- python setup.py build_ext --inplace
- coverage run alphamind/tests/test_suite.py
- coverage report
- coverage html
after_success:
coveralls
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment