update travis and appveyor to run pytest (hopefully)

This commit is contained in:
Gil Forsyth 2016-06-22 16:17:04 -04:00
parent 2c26fcaa64
commit b2981f2169
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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

View file

@ -1,5 +1,5 @@
ply
nose
pytest
prompt-toolkit
pygments
coverage