mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-05 17:00:58 +01:00
21 lines
285 B
YAML
21 lines
285 B
YAML
![]() |
name: py35-xonsh-test
|
||
|
channels:
|
||
|
- defaults
|
||
|
dependencies:
|
||
|
- python=3.5
|
||
|
- pygments
|
||
|
- prompt_toolkit<2.0
|
||
|
- ply
|
||
|
- pytest
|
||
|
- pytest-timeout
|
||
|
- numpy
|
||
|
- psutil
|
||
|
- matplotlib=1.5.3
|
||
|
- flake8
|
||
|
- coverage
|
||
|
- pyflakes
|
||
|
- pytest-cov
|
||
|
- pip:
|
||
|
- pytest-flake8
|
||
|
- codecov
|