Skip to content

Commit 09e3f16

Browse files
author
licode
committed
DOC: travis file with python 3.6
1 parent 9c84429 commit 09e3f16

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@ language : python
22
sudo: false
33
env:
44
global:
5-
python: "3.5"
6-
BUILD_DOCS: true
75
BUILD_DOCS_BRANCH: master
86
DOCS_SUBDIR: .
97
TARGET_DEV_SUBDIR: .
108
HTML_SUBDIR: build/html
119
DOCS_CONDA_DEPS: 'bluesky'
1210
DOCS_PIP_DEPS: ''
1311

12+
matrix:
13+
include:
14+
- python: 3.6
15+
env: BUILD_DOCS=true
16+
1417
before_install:
1518
- git clone https://github.com/NSLS-II/nsls2-ci --branch master --single-branch ~/ci_scripts
1619
- source ~/ci_scripts/install-miniconda.sh

0 commit comments

Comments
 (0)