Skip to content

Commit

Permalink
Debug travis
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jul 23, 2020
1 parent 98b3cfe commit 9d527d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
git:
depth: 100

language: generic
language: python

os:
- linux
Expand All @@ -18,7 +18,7 @@ addons:

env:
global:
- PYENV_VERSION=3.7
- PYENV_VERSION=3.7.8
- CHANS_DEV="-c pyviz/label/dev -c bokeh/label/dev -c conda-forge"
- CHANS_REL="-c pyviz -c bokeh -c conda-forge"
- LABELS_DEV="--label dev"
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
stage: test
env: DESC="dev test_all"
before_install:
- python --version
# install doit/pyctdev and use to install miniconda...
- pip install pyctdev && doit miniconda_install && pip uninstall -y doit pyctdev
- export PATH="$HOME/miniconda/bin:$PATH" && hash -r
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

[tox]
# python version test group extra envs extra commands
envlist = {py27,py36,py37,py38}-{flakes,unit,unit_deploy,examples,all_recommended,deprecations}-{default}-{dev,pkg}
envlist = {py36,py37,py38,py39}-{flakes,unit,unit_deploy,examples,all_recommended,deprecations}-{default}-{dev,pkg}
build = wheel

[_flakes]
Expand Down

0 comments on commit 9d527d7

Please sign in to comment.