xonsh/.travis.yml

12 lines
198 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-07-15 09:40:18 +02:00
- pip install --upgrade -r requirements-tests.txt
script:
2016-07-15 11:42:59 +02:00
- py.test --flake8 --cov=. --cov-report=term
after_success:
- codecov