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