Skip to content

Instantly share code, notes, and snippets.

@rudylattae
Created September 6, 2011 01:50
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 rudylattae/1196364 to your computer and use it in GitHub Desktop.
Save rudylattae/1196364 to your computer and use it in GitHub Desktop.
tox-win.ini for Konira on Windows
[tox]
envlist = py26,py27
[testenv]
commands = konira -t -d
[testenv:py26]
basepython=C:\env\python26\python.exe
[testenv:py27]
basepython=C:\env\python27\python.exe
; run with: tox -c tox-win.ini
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment