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

fix

parent 63e9d76d
No related branches found
No related tags found
No related merge requests found
......@@ -40,15 +40,20 @@ env:
script:
# download data and models, then run tests
- mkdir -p /tmp/downloads
# We download using wget to avoid sporadic SSL error on travis from Python.
-
wget
$(mhcflurry-downloads url data_curated)
$(mhcflurry-downloads url models_class1)
$(mhcflurry-downloads url models_class1_pan)
$(mhcflurry-downloads url allele_sequences)
-P /tmp/downloads
- ls -lh /tmp/downloads
-
mhcflurry-downloads fetch
data_curated models_class1 models_class1_pan
data_curated
models_class1
models_class1_pan
--already-downloaded-dir /tmp/downloads
- mhcflurry-downloads info # just to test this command works
- nosetests --with-timer -sv test
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