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 6d72398 commit 59b9bcbCopy full SHA for 59b9bcb
.travis.yml
@@ -73,7 +73,7 @@ script:
73
- nosetests $COVER_PACKAGE --with-doctest --with-coverage --with-timer -v --cover-package=$COVER_PACKAGE
74
- kill $QIITA_PID
75
- if [ ${TEST_ADD_STUDIES} == "True" ]; then test_data_studies/commands.sh ; fi
76
- - if [ ${TEST_ADD_STUDIES} == "True" ]; then qiita-cron-job-all; fi
+ - if [ ${TEST_ADD_STUDIES} == "True" ]; then all-qiita-cron-job; fi
77
- flake8 qiita_* setup.py scripts/qiita*
78
- qiita pet webserver
79
addons:
0 commit comments