DataSync: Task metadata and update_task
Travis: Moved lint check before build Datasync: Added delete_task and delete_location
This commit is contained in:
parent
4b61142aec
commit
5cfbe2bb3d
4 changed files with 211 additions and 53 deletions
|
|
@ -35,9 +35,10 @@ install:
|
|||
if [ "$TEST_SERVER_MODE" = "true" ]; then
|
||||
python wait_for.py
|
||||
fi
|
||||
before_script:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then make lint; fi
|
||||
script:
|
||||
- make test-only
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == "3.7" ]]; then make lint; fi
|
||||
after_success:
|
||||
- coveralls
|
||||
before_deploy:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue