xonsh/.appveyor.yml

10 lines
235 B
YAML
Raw Normal View History

2016-06-24 17:40:40 -04:00
version: 0.4.1.{build}
2015-09-13 12:17:11 -04:00
os: Windows Server 2012 R2
install:
- C:\Python35\Scripts\pip install ply pyreadline pytest pygments prompt_toolkit
2015-09-13 12:17:11 -04:00
build_script:
2015-09-26 22:37:00 -04:00
- C:\Python35\python setup.py install
2015-09-13 12:17:11 -04:00
test_script:
- C:\Python35\Scripts\py.test
2015-09-13 12:17:11 -04:00