File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ [run]
2+ omit =
3+ */tests/*
4+
5+ [report]
6+ fail_under = 0
7+ show_missing = true
8+ skip_covered = true
9+ exclude_lines =
10+ pragma: no cover
11+ def test():
12+ if __name__ == .__main__.:
13+
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ develop-eggs
1818lib
1919lib64
2020__pycache__
21+ .cache
2122
2223# Installer logs
2324pip-log.txt
Original file line number Diff line number Diff line change 88 PY_VERSIONS : " 3.5 3.4 2.7"
99 # Environment variables used by astropy helpers
1010 TRAVIS_OS_NAME : " linux"
11- CONDA_DEPENDENCIES : " nose pytest spyder"
11+ CONDA_DEPENDENCIES : " lxml nose pytest spyder"
1212 PIP_DEPENDENCIES : " coveralls pytest-qt"
1313
1414dependencies :
@@ -27,7 +27,7 @@ dependencies:
2727test :
2828 override :
2929 # Check style
30- - export PATH="$HOME/miniconda/bin:$PATH" && source activate test && ciocheck spyder_unittest ---- disable-tests : # note the colon
30+ - export PATH="$HOME/miniconda/bin:$PATH" && source activate test && ciocheck spyder_unittest --disable-tests : # note the colon
3131 parallel : true
3232 # Check PyQt5
3333 - export PATH="$HOME/miniconda/bin:$PATH" && source activate test && conda install qt=5.* pyqt=5.* && ciocheck spyder_unittest --disable-linters --disable-formatters : # note the colon
You can’t perform that action at this time.
0 commit comments