mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
some ci fixes
This commit is contained in:
parent
c9828a50ec
commit
ea69369330
2 changed files with 7 additions and 1 deletions
|
@ -15,5 +15,7 @@ dependencies:
|
||||||
- coverage
|
- coverage
|
||||||
- pyflakes
|
- pyflakes
|
||||||
- pytest-cov
|
- pytest-cov
|
||||||
- pytest-flake8
|
|
||||||
- codecov
|
- codecov
|
||||||
|
# conda forge doesn't have the following for Python v3.4
|
||||||
|
- pip:
|
||||||
|
- pytest-flake8
|
||||||
|
|
|
@ -1,6 +1,10 @@
|
||||||
**Added:**
|
**Added:**
|
||||||
|
|
||||||
* Support for ``prompt_toolkit 2.0``
|
* 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
|
**Changed:** None
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue