some ci fixes

This commit is contained in:
Anthony Scopatz 2018-07-15 16:09:35 -05:00
parent c9828a50ec
commit ea69369330
2 changed files with 7 additions and 1 deletions

View file

@ -15,5 +15,7 @@ dependencies:
- coverage
- pyflakes
- pytest-cov
- pytest-flake8
- codecov
# conda forge doesn't have the following for Python v3.4
- pip:
- pytest-flake8

View file

@ -1,6 +1,10 @@
**Added:**
* Support for ``prompt_toolkit 2.0``
* The ``--shell-type`` (``$SHELL_TYPE``) may now be specified using
shortcuts, such as ``rl`` for ``readline`` and ``ptk2`` for
``prompt_toolkit2``. See ``xonsh --help`` for a full listing
of available aliases.
**Changed:** None