mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
9 lines
235 B
YAML
9 lines
235 B
YAML
version: 0.1.6.{build}
|
|
os: Windows Server 2012 R2
|
|
install:
|
|
- C:\Python34\Scripts\pip install ply pyreadline nose prompt_toolkit
|
|
build_script:
|
|
- C:\Python34\python setup.py install
|
|
test_script:
|
|
- C:\Python34\Scripts\nosetests
|
|
|