Commit 9efb42ed authored by Dr.李's avatar Dr.李 Committed by GitHub

Update .travis.yml

parent 953c6d8f
...@@ -43,9 +43,9 @@ install: ...@@ -43,9 +43,9 @@ install:
- pip install simpleutils - pip install simpleutils
# command to run tests # command to run tests
script: script:
- python setup.py build_ext --inplace - python setup.py build_ext --line_trace --inplace
- coverage run --rcfile=./.coveragerc alphamind/tests/test_suite.py - coverage run --rcfile=./.coveragerc alphamind/tests/test_suite.py
- coverage report --rcfile=./.coveragerc -i - coverage report --rcfile=./.coveragerc -i
- coverage html --rcfile=./.coveragerc -i - coverage html --rcfile=./.coveragerc -i
after_success: after_success:
- coveralls - coveralls
\ No newline at end of file
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