File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ install:
3838 - conda install -q -c conda-forge six numpy pandas pytables numba sympy
3939 - conda install -q -c conda-forge sphinx sphinx_rtd_theme ply seaborn
4040 - conda install -c conda-forge pandoc pypandoc nbsphinx ipython
41- - conda install -q -c conda-forge python- coveralls coverage pytest pytest-cov
41+ - conda install -q -c conda-forge coveralls coverage pytest pytest-cov
4242 - conda install -q -c conda-forge numexpr nodejs ipywidgets
4343# - conda install -q -c exaanalytics exa
4444 - pip install exa
@@ -53,7 +53,8 @@ script:
5353 - export PYTHONDONTWRITEBYTECODE=1
5454 - pytest --cov
5555 - if [[ $TRAVIS_OS_NAME == "linux" ]] && [[ $PYTHONVER == 3.6 ]]; then
56- coverage xml;
56+ # coverage xml;
57+ coverage run --source=exatomic setup.py test
5758 travis-sphinx build;
5859 fi
5960
You can’t perform that action at this time.
0 commit comments