Skip to content

cdown/appveyor-utils

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

appveyor-utils

Appveyor bootstrap scripts for unit testing Python projects under Windows.

Based on the excellent example of Olivier Grisel.

How to use this?

  1. Follow Appveyor's insturctions and add project
  2. Copy appveyor.yml from the root of this repository into the root folder of your repository
  3. Edit tox.ini (if needed)
  4. Run new build from Appveyor control panel

Tox

Create new tox testenv:

[testenv:pywin]
deps =
    ...
basepython = {env:PYTHON:}\python.exe

About

Windows Testing Utils

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 64.7%
  • Batchfile 35.3%