xonsh/.travis.yml

12 lines
187 B
YAML
Raw Normal View History

language: python
python:
- 3.4
2015-09-26 22:31:48 -04:00
- 3.5
2016-06-03 10:24:33 -07:00
- "nightly"
install:
2016-04-01 00:16:37 -04:00
- pip install -r requirements-tests.txt
script:
2016-06-22 16:21:08 -04:00
- coverage run --source xonsh -m py.test -q
after_success:
- codecov