Skip to content

Commit

Permalink
Disable chutney tests and enable all other v2/v3 functionals tests
Browse files Browse the repository at this point in the history
  • Loading branch information
asn-d6 committed Apr 9, 2021
1 parent aeec1e9 commit 8904178
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 82 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,7 @@ python: 3.7
env:
- TEST=unit
- TEST=functional_v3
before_install:
# Install tor and chutney if doing functional tests
- if [[ $TEST == functional* ]]; then ./test/scripts/install-tor.sh; fi
- if [[ $TEST == 'functional_v2' ]]; then source test/scripts/install-chutney-v2.sh; fi
- if [[ $TEST == 'functional_v3' ]]; then source test/scripts/install-chutney-v3.sh; fi
- TEST=functional_v2
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
Expand Down
31 changes: 0 additions & 31 deletions test/scripts/install-chutney-v2.sh

This file was deleted.

31 changes: 0 additions & 31 deletions test/scripts/install-chutney-v3.sh

This file was deleted.

15 changes: 0 additions & 15 deletions test/scripts/install-tor.sh

This file was deleted.

0 comments on commit 8904178

Please sign in to comment.