Skip to content
Snippets Groups Projects
jenkins.sh 162 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash -eu
    
    export PYTHONDONTWRITEBYTECODE=yep
    TOXSUFFIX="--reporter=subunit | subunit-1to2 | subunit2junitxml --no-passthrough --output-to=results.xml" tox