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

Update .travis.yml

parent c69c9ef6
...@@ -42,9 +42,9 @@ install: ...@@ -42,9 +42,9 @@ install:
- pip install simpleutils - pip install simpleutils
- pip install coveralls - pip install coveralls
script: script:
- python setup.py build_ext --line_trace --inplace - python setup.py build_ext --inplace
- coverage run --rcfile=./.coveragerc alphamind/tests/test_suite.py - coverage run alphamind/tests/test_suite.py
- coverage report --rcfile=./.coveragerc -i - coverage report
- coverage html --rcfile=./.coveragerc -i - coverage html
after_success: after_success:
coveralls 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