mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
8 lines
89 B
YAML
8 lines
89 B
YAML
![]() |
language: python
|
||
|
python:
|
||
|
- 3.4
|
||
|
install:
|
||
|
- pip install ply nose
|
||
|
script:
|
||
|
- nosetests
|