We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba80e2 commit 87dbe0eCopy full SHA for 87dbe0e
.travis.yml
@@ -23,9 +23,9 @@ env:
23
- PYTHON_VERSION=2.7
24
- COVERALLS=false
25
- NOSE_FLAGS="--processes=2 --process-timeout=400 --no-open-files --with-timer --timer-top-n 50"
26
- - NOSE_TEST_LIST="analysis auxiliary coordinates core formats topology utils"
+ - NOSE_TEST_LIST="analysis auxiliary coordinates core topology utils"
27
- PYTEST_FLAGS="--disable-pytest-warnings"
28
- - PYTEST_LIST="testsuite/MDAnalysisTests/lib"
+ - PYTEST_LIST="testsuite/MDAnalysisTests/lib testsuite/MDAnalysisTests/formats"
29
- NOSE_COVERAGE_FILE="nose_coverage"
30
- PYTEST_COVERAGE_FILE="pytest_coverage"
31
- MAIN_CMD="pytest ${PYTEST_LIST} ${PYTEST_FLAGS}; python ./testsuite/MDAnalysisTests/mda_nosetests ${NOSE_TEST_LIST} ${NOSE_FLAGS}"
0 commit comments