Skip to content

Commit

Permalink
Testing - Using Argo validation in Travis tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed Feb 19, 2020
1 parent 24d77ed commit 949d1ab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ matrix:
# Visualization test dependencies
- cd $TRAVIS_BUILD_DIR/backend/src/apiserver/visualization
- pip3 install -r requirements-test.txt
# Using Argo to lint all compiled workflows
- wget https://github.com/argoproj/argo/releases/download/v2.3.0/argo-linux-amd64 /usr/local/bin/argo && chmod +x /usr/local/bin/argo
script: &1 # DSL tests
- cd $TRAVIS_BUILD_DIR/sdk/python
- python3 -m pip install -e .
Expand Down

0 comments on commit 949d1ab

Please sign in to comment.