xonsh/ci/environment-3.5.yml

21 lines
278 B
YAML
Raw Normal View History

2018-03-12 11:37:21 -04:00
name: py35-xonsh-test
channels:
2018-07-15 16:16:22 -05:00
- conda-forge
2018-03-12 11:37:21 -04:00
- defaults
dependencies:
- python=3.5
- pygments
2018-07-15 15:53:46 -05:00
- prompt_toolkit
2018-03-12 11:37:21 -04:00
- ply
- pytest
- pytest-timeout
- numpy
- psutil
2018-07-15 15:53:46 -05:00
- matplotlib
2018-03-12 11:37:21 -04:00
- flake8
- coverage
- pyflakes
- pytest-cov
2018-07-15 15:53:46 -05:00
- pytest-flake8
- codecov