mirror of
https://github.com/vale981/emacs-ipython-notebook
synced 2025-03-04 16:51:38 -05:00
Travis has decided to like python 2 once more.
This commit is contained in:
parent
b2d1acc9d5
commit
b0d6dc5ef5
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ env:
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
env: EMACS_CI=emacs-25-1 IPYTHON=5.8.0 PY=python3 PIP="${PY} -m pip install --user"
|
||||
env: EMACS_CI=emacs-25-1 IPYTHON=5.8.0 PY=python PIP="${PY} -m pip install --user"
|
||||
- os: linux
|
||||
env: EMACS_CI=emacs-26-1 IPYTHON=6.5.0 PY=python3 PIP="${PY} -m pip install --user"
|
||||
- os: linux
|
||||
|
|
Loading…
Add table
Reference in a new issue