mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Fixing up travis
This commit is contained in:
parent
e3d77be141
commit
12b9b514b1
1 changed files with 7 additions and 4 deletions
11
.travis.yml
11
.travis.yml
|
@ -5,13 +5,16 @@ env:
|
|||
matrix:
|
||||
include:
|
||||
- os: linux
|
||||
python: 3.5
|
||||
env:
|
||||
python: 3.5
|
||||
env:
|
||||
- MINICONDA_OS="Linux"
|
||||
- os: linux
|
||||
python: 3.6
|
||||
env:
|
||||
- MINICONDA_OS="Linux"
|
||||
- BUILD_DOCS=true
|
||||
- os: linux
|
||||
python: "nightly"
|
||||
- os: linux
|
||||
python: 3.6
|
||||
- os: osx
|
||||
language: generic
|
||||
env: PYTHON="3.4" MINICONDA_OS="MacOSX"
|
||||
|
|
Loading…
Add table
Reference in a new issue