mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 16:34:47 +01:00
New travis matrix for pypy, hopefully avoids conda weirdness.
This commit is contained in:
parent
7009fe98e3
commit
db8e4f22ec
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ matrix:
|
|||
- MINICONDA_OS="Linux"
|
||||
- BUILD_DOCS=true
|
||||
- os: linux
|
||||
python:
|
||||
- "nightly"
|
||||
- "pypy3"
|
||||
python: "nightly"
|
||||
- os: linux
|
||||
python: "pypy3"
|
||||
- os: osx
|
||||
language: generic
|
||||
env: PYTHON="3.6" MINICONDA_OS="MacOSX"
|
||||
|
|
Loading…
Add table
Reference in a new issue