File: test.ps1

package info (click to toggle)
python-dcos 0.2.0-10
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,440 kB
  • sloc: python: 8,196; sh: 194; makefile: 36
file content (8 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
$BaseDir = (Get-Location).Path

cd $BASEDIR
& $BASEDIR\env\Scripts\activate
echo "Virtualenv activated."

tox -c tox.win.ini
exit $LastExitCode