Skip to content

Commit 5fe7135

Browse files
committed
allow tox py37 failures
1 parent 4a6fe15 commit 5fe7135

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ python:
4747
- 3.6
4848
- 3.5
4949
- 2.7
50+
matrix:
51+
allow_failures:
52+
- env: TEST_ENV=tox
53+
python: 3.7
5054
script:
5155
- if [[ "$TEST_ENV" == "conda" ]]; then export PATH=$HOME/miniconda/bin:$PATH; source
5256
activate test-env; python -m pytest; sphinx-apidoc -o docs climate_toolbox; sphinx-build

0 commit comments

Comments
 (0)