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
Original file line number Diff line number Diff line change 1+ .. Copyright (c) 2015-2018, Exa Analytics Development Team
2+ .. Distributed under the terms of the Apache License 2.0
3+
4+ #####################################
5+ Auxiliary Features
6+ #####################################
7+ .. automodule :: exatomic.base
8+ :members:
9+
10+ .. automodule :: exatomic.formula
11+ :members:
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ and syntax can be found in the Examples section (Jupyte notebooks) and via help:
4545
4646 field.rst
4747 matrices.rst
48+ base.rst
4849 algorithms/basis.rst
4950 algorithms/orbital.rst
5051 algorithms/integrals.rst
You can’t perform that action at this time.
0 commit comments