mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
11 lines
198 B
YAML
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
|