switched from nohup to /dev/null for flask dev server

This commit is contained in:
checktheroads 2019-06-16 20:22:46 -07:00
parent 6e611cd7c3
commit 17e107388c

View file

@ -12,7 +12,7 @@ install:
before_script:
- bash ./ci/check_code.sh
script:
- nohup python3 ./ci/ci_test_prepare.py &
- python3 ./ci/ci_test_prepare.py > /dev/null
- python3 ./ci/ci_test.py
after_script:
- bash ./ci/ci_commit.shs