Skip to content

Instantly share code, notes, and snippets.

@jacobwyke
Last active November 6, 2017 17:37
Show Gist options
  • Save jacobwyke/16d117cab6ad65d1df4678da5d81062a to your computer and use it in GitHub Desktop.
Save jacobwyke/16d117cab6ad65d1df4678da5d81062a to your computer and use it in GitHub Desktop.
How to pass params to tox via ant build script
<exec dir="${basedir}/src/" executable="/usr/bin/tox" failonerror="true">
<arg line="-e environment -- --option=1 --option2=2"/>
</exec>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment