Commit c69c9ef6 authored by Dr.李's avatar Dr.李 Committed by GitHub

Update .travis.yml

parent d19333d8
...@@ -37,15 +37,14 @@ install: ...@@ -37,15 +37,14 @@ install:
- conda install pandas - conda install pandas
- conda install cython - conda install cython
- conda install scikit-learn - conda install scikit-learn
- pip install python-coveralls
- pip install cvxopt - pip install cvxopt
- pip install cvxpy - pip install cvxpy
- pip install simpleutils - pip install simpleutils
# command to run tests - pip install coveralls
script: script:
- python setup.py build_ext --line_trace --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
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