Skip to content

Commit

Permalink
disable python script test format check
Browse files Browse the repository at this point in the history
delegate the job to retesteth
  • Loading branch information
winsvega committed May 10, 2021
1 parent bb11546 commit bb66262
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,6 @@ script:
- ./retesteth -t BlockchainTests -- --checkhash --all --testpath $(pwd)
- ./retesteth -t BCGeneralStateTests -- --checkhash --all --testpath $(pwd)
- ./retesteth -t LegacyTests -- --checkhash --all --testpath $(pwd)
- make sani

# Retesteth does the format check upon test run and generation
#- make sani

0 comments on commit bb66262

Please sign in to comment.