xonsh/ci/environment-3.4.yml

23 lines
348 B
YAML
Raw Normal View History

2018-03-12 11:37:21 -04:00
name: py34-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.4
- 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
- codecov
2018-07-15 16:09:35 -05:00
# conda forge doesn't have the following for Python v3.4
- pip:
- pytest-flake8