We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fe7135 commit 294c0c1Copy full SHA for 294c0c1
2 files changed
.travis.yml
@@ -43,14 +43,9 @@ install:
43
--yes --file requirements_conda.txt; else pip install -U tox-travis; fi'
44
language: python
45
python:
46
-- 3.7
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
setup.py
@@ -56,7 +56,6 @@
'Programming Language :: Python :: 3',
57
'Programming Language :: Python :: 3.5',
58
'Programming Language :: Python :: 3.6',
59
- 'Programming Language :: Python :: 3.7',
60
],
61
test_suite='tests',
62
tests_require=test_requirements,
0 commit comments