mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-22 03:00:10 +00:00
End of Python 3.4 support
This commit is contained in:
parent
80668ce1da
commit
b284191eeb
2 changed files with 2 additions and 3 deletions
|
@ -13,12 +13,12 @@ matrix:
|
|||
allow_failures:
|
||||
- python: nightly
|
||||
before_install:
|
||||
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
|
||||
- pip install codecov
|
||||
- pip install 'py>=1.5.0'
|
||||
install:
|
||||
- pip install -e .
|
||||
- pip install -r requirements.txt
|
||||
- pip install -r requirements_dev.txt
|
||||
- pip install -e .
|
||||
script:
|
||||
- python setup.py test
|
||||
after_success:
|
||||
|
|
1
setup.py
1
setup.py
|
@ -74,7 +74,6 @@ setup(
|
|||
"Topic :: Software Development :: Libraries :: Python Modules",
|
||||
"Operating System :: OS Independent",
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
|
|
Loading…
Reference in a new issue