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