mirror of
https://github.com/sprockets/sprockets-influxdb.git
synced 2024-11-15 03:00:24 +00:00
commit
66fc155f57
2 changed files with 5 additions and 3 deletions
|
@ -2,8 +2,9 @@ sudo: false
|
||||||
language: python
|
language: python
|
||||||
python:
|
python:
|
||||||
- 2.7
|
- 2.7
|
||||||
- 3.4
|
|
||||||
- 3.5
|
- 3.5
|
||||||
|
- 3.6
|
||||||
|
- 3.7-dev
|
||||||
install:
|
install:
|
||||||
- pip install -r requires/testing.txt
|
- pip install -r requires/testing.txt
|
||||||
- pip install wheel
|
- pip install wheel
|
||||||
|
@ -15,7 +16,7 @@ deploy:
|
||||||
provider: pypi
|
provider: pypi
|
||||||
user: sprockets
|
user: sprockets
|
||||||
on:
|
on:
|
||||||
python: 3.5
|
python: 3.6
|
||||||
tags: true
|
tags: true
|
||||||
all_branches: true
|
all_branches: true
|
||||||
password:
|
password:
|
||||||
|
|
3
setup.py
3
setup.py
|
@ -44,8 +44,9 @@ setuptools.setup(
|
||||||
'Programming Language :: Python :: 2',
|
'Programming Language :: Python :: 2',
|
||||||
'Programming Language :: Python :: 2.7',
|
'Programming Language :: Python :: 2.7',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Programming Language :: Python :: 3.4',
|
|
||||||
'Programming Language :: Python :: 3.5',
|
'Programming Language :: Python :: 3.5',
|
||||||
|
'Programming Language :: Python :: 3.6',
|
||||||
|
'Programming Language :: Python :: 3.7',
|
||||||
'Programming Language :: Python :: Implementation :: CPython',
|
'Programming Language :: Python :: Implementation :: CPython',
|
||||||
'Programming Language :: Python :: Implementation :: PyPy',
|
'Programming Language :: Python :: Implementation :: PyPy',
|
||||||
'Topic :: Software Development :: Libraries',
|
'Topic :: Software Development :: Libraries',
|
||||||
|
|
Loading…
Reference in a new issue