Skip to content
Snippets Groups Projects
Commit 53c4a93a authored by Tim O'Donnell's avatar Tim O'Donnell
Browse files

fix

parent 1e411ee2
No related branches found
No related tags found
No related merge requests found
......@@ -44,4 +44,5 @@ script:
# download data and models, then run tests
- mhcflurry-downloads fetch data_curated models_class1 models_class1_pan allele_sequences
- mhcflurry-downloads info # just to test this command works
- travis_wait 30 nosetests --with-timer -sv
#- travis_wait 30 nosetests --with-timer -sv
- for i in $(ls test/test_*.py) ; do echo "Invoking test: $i" ; nosetests -sv $i ; done
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment