xonsh/.travis.yml
2016-07-15 13:46:06 +02:00

11 lines
198 B
YAML

language: python
python:
- 3.4
- 3.5
- "nightly"
install:
- pip install --upgrade -r requirements-tests.txt
script:
- py.test --flake8 --cov=. --cov-report=term
after_success:
- codecov