mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 00:14:41 +01:00
update travis and appveyor to run pytest (hopefully)
This commit is contained in:
parent
2c26fcaa64
commit
b2981f2169
3 changed files with 4 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
|||
version: 0.3.4.{build}
|
||||
os: Windows Server 2012 R2
|
||||
install:
|
||||
- C:\Python35\Scripts\pip install ply pyreadline nose pygments prompt_toolkit
|
||||
- C:\Python35\Scripts\pip install ply pyreadline pytest pygments prompt_toolkit
|
||||
build_script:
|
||||
- C:\Python35\python setup.py install
|
||||
test_script:
|
||||
- C:\Python35\Scripts\nosetests -q
|
||||
- C:\Python35\Scripts\py.test
|
||||
|
||||
|
|
|
@ -6,6 +6,6 @@ python:
|
|||
install:
|
||||
- pip install -r requirements-tests.txt
|
||||
script:
|
||||
- nosetests -q --with-coverage --cover-package=xonsh
|
||||
- coverage run --source xonsh -m py.test
|
||||
after_success:
|
||||
- codecov
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
ply
|
||||
nose
|
||||
pytest
|
||||
prompt-toolkit
|
||||
pygments
|
||||
coverage
|
||||
|
|
Loading…
Add table
Reference in a new issue