mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
try appveyor Python 3.5
This commit is contained in:
parent
e2a20556b7
commit
3b9b5be8e4
1 changed files with 4 additions and 4 deletions
|
@ -1,12 +1,12 @@
|
|||
version: 0.1.6.{build}
|
||||
version: 0.2.0.{build}
|
||||
os: Windows Server 2012 R2
|
||||
install:
|
||||
- C:\Python34\Scripts\pip install ply pyreadline nose prompt_toolkit
|
||||
#- C:\Python35\Scripts\pip install ply pyreadline nose prompt_toolkit
|
||||
- C:\Python35\Scripts\pip install ply pyreadline nose prompt_toolkit
|
||||
build_script:
|
||||
- C:\Python34\python setup.py install
|
||||
#- C:\Python35\python setup.py install
|
||||
- C:\Python35\python setup.py install
|
||||
test_script:
|
||||
- C:\Python34\Scripts\nosetests
|
||||
#- C:\Python35\Scripts\nosetests
|
||||
- C:\Python35\Scripts\nosetests
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue