mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
17 lines
236 B
YAML
17 lines
236 B
YAML
name: 3.5-xonsh-test
|
|
channels:
|
|
- conda-forge
|
|
- defaults
|
|
dependencies:
|
|
- python=3.5
|
|
- pygments
|
|
- prompt_toolkit
|
|
- pytest
|
|
- pytest-timeout
|
|
- numpy
|
|
- psutil
|
|
- flake8
|
|
- coverage
|
|
- pyflakes
|
|
- pytest-cov
|
|
- codecov
|