2016-02-07 18:00:22 -05:00
|
|
|
version: 0.2.6.{build}
|
2015-09-13 12:17:11 -04:00
|
|
|
os: Windows Server 2012 R2
|
|
|
|
install:
|
2016-02-24 01:17:44 -05:00
|
|
|
- C:\Python34\Scripts\pip install ply pyreadline nose pygments prompt_toolkit
|
|
|
|
- C:\Python35\Scripts\pip install ply pyreadline nose pygments prompt_toolkit
|
2015-09-13 12:17:11 -04:00
|
|
|
build_script:
|
|
|
|
- C:\Python34\python setup.py install
|
2015-09-26 22:37:00 -04:00
|
|
|
- C:\Python35\python setup.py install
|
2015-09-13 12:17:11 -04:00
|
|
|
test_script:
|
2015-12-19 17:31:00 -05:00
|
|
|
- C:\Python34\Scripts\nosetests -q
|
|
|
|
- C:\Python35\Scripts\nosetests -q
|
2015-09-13 12:17:11 -04:00
|
|
|
|