Skip to content

Commit 87dbe0e

Browse files
utkbansalkain88-de
authored andcommitted
Flip formats module to run using pytest (#1417)
1 parent fba80e2 commit 87dbe0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ env:
2323
- PYTHON_VERSION=2.7
2424
- COVERALLS=false
2525
- 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"
26+
- NOSE_TEST_LIST="analysis auxiliary coordinates core topology utils"
2727
- PYTEST_FLAGS="--disable-pytest-warnings"
28-
- PYTEST_LIST="testsuite/MDAnalysisTests/lib"
28+
- PYTEST_LIST="testsuite/MDAnalysisTests/lib testsuite/MDAnalysisTests/formats"
2929
- NOSE_COVERAGE_FILE="nose_coverage"
3030
- PYTEST_COVERAGE_FILE="pytest_coverage"
3131
- MAIN_CMD="pytest ${PYTEST_LIST} ${PYTEST_FLAGS}; python ./testsuite/MDAnalysisTests/mda_nosetests ${NOSE_TEST_LIST} ${NOSE_FLAGS}"

0 commit comments

Comments
 (0)