We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c84429 commit 09e3f16Copy full SHA for 09e3f16
.travis.yml
@@ -2,15 +2,18 @@ language : python
2
sudo: false
3
env:
4
global:
5
- python: "3.5"
6
- BUILD_DOCS: true
7
BUILD_DOCS_BRANCH: master
8
DOCS_SUBDIR: .
9
TARGET_DEV_SUBDIR: .
10
HTML_SUBDIR: build/html
11
DOCS_CONDA_DEPS: 'bluesky'
12
DOCS_PIP_DEPS: ''
13
+matrix:
+ include:
14
+ - python: 3.6
15
+ env: BUILD_DOCS=true
16
+
17
before_install:
18
- git clone https://github.com/NSLS-II/nsls2-ci --branch master --single-branch ~/ci_scripts
19
- source ~/ci_scripts/install-miniconda.sh
0 commit comments