build.gradle #1

  • //
  • main/
  • guest/
  • perforce_software/
  • helix-web-services/
  • main/
  • source/
  • client-python/
  • build.gradle
  • View
  • Commits
  • Open Download .zip Download (266 B)
task setupVirtualEnv(type: Exec) {
    description "Sets up the venv/ virtual environment"
    commandLine "./setup_venv.sh"
}

task unittest(type: Exec) {
    description "Executes the unittest tests"
    commandLine "./unittest.sh"
}

clean {
    delete 'venv'
}
# Change User Description Committed
#1 19553 swellard Move and rename clients
//guest/perforce_software/helix-web-services/main/source/clients/2016.1.0/python/build.gradle
#1 18818 tjuricek Python Client SDK for Helix Web Services