Skip to content

Instantly share code, notes, and snippets.

@fivunlm
Created November 13, 2017 19:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fivunlm/fc517d858e1cb734158caf4c7a381cd0 to your computer and use it in GitHub Desktop.
Save fivunlm/fc517d858e1cb734158caf4c7a381cd0 to your computer and use it in GitHub Desktop.
#!/bin/bash
export WORKSPACE=`pwd`
# Create/Activate virtualenv
virtualenv venv -p python3.6
source venv/bin/activate
# Install/Update pytest
pip install -U pytest
# Run tests
pytest --junitxml test-results.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment