Skip to content

Commit d119c1c

Browse files
committed
Updated travis coveralls build and test and check
1 parent 60f3043 commit d119c1c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)