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