mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
11 lines
187 B
YAML
11 lines
187 B
YAML
language: python
|
|
python:
|
|
- 3.4
|
|
- 3.5
|
|
- "nightly"
|
|
install:
|
|
- pip install -r requirements-tests.txt
|
|
script:
|
|
- coverage run --source xonsh -m py.test -q
|
|
after_success:
|
|
- codecov
|