Skip to content

Commit

Permalink
changing travis command after fixes in test_wrapstruct
Browse files Browse the repository at this point in the history
  • Loading branch information
djarecka committed Dec 1, 2019
1 parent 8daab8a commit c75e85a
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,7 @@ script:
cd for_testing
cp ../.coveragerc .
nosetests --with-doctest --with-coverage --cover-package nibabel nibabel
pytest -v ../nibabel/tests/test_a*.py ../nibabel/tests/test_b*.py ../nibabel/tests/test_c*.py ../nibabel/tests/test_d*.py
pytest -v../nibabel/tests/test_e*.py ../nibabel/tests/test_f*.py ../nibabel/tests/test_h*.py
pytest -v../nibabel/tests/test_i*.py ../nibabel/tests/test_k*.py ../nibabel/tests/test_l*.py ../nibabel/tests/test_m*.py
pytest -v../nibabel/tests/test_n*.py ../nibabel/tests/test_o*.py ../nibabel/tests/test_p*.py ../nibabel/tests/test_q*.py
pytest -v ../nibabel/tests/test_w*.py
pytest -v ../nibabel/tests/test_affines.py ../nibabel/tests/test_volumeutils.py
pytest -v ../nibabel/tests
else
false
fi
Expand Down

0 comments on commit c75e85a

Please sign in to comment.