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 4a6fe15 commit 5fe7135Copy full SHA for 5fe7135
1 file changed
.travis.yml
@@ -47,6 +47,10 @@ python:
47
- 3.6
48
- 3.5
49
- 2.7
50
+matrix:
51
+ allow_failures:
52
+ - env: TEST_ENV=tox
53
+ python: 3.7
54
script:
55
- if [[ "$TEST_ENV" == "conda" ]]; then export PATH=$HOME/miniconda/bin:$PATH; source
56
activate test-env; python -m pytest; sphinx-apidoc -o docs climate_toolbox; sphinx-build
0 commit comments