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
|
||||
python:
|
||||
- 2.7
|
||||
- 3.4
|
||||
- 3.5
|
||||
- 3.6
|
||||
- 3.7-dev
|
||||
install:
|
||||
- pip install -r requires/testing.txt
|
||||
- pip install wheel
|
||||
|
@ -15,7 +16,7 @@ deploy:
|
|||
provider: pypi
|
||||
user: sprockets
|
||||
on:
|
||||
python: 3.5
|
||||
python: 3.6
|
||||
tags: true
|
||||
all_branches: true
|
||||
password:
|
||||
|
|
3
setup.py
3
setup.py
|
@ -44,8 +44,9 @@ setuptools.setup(
|
|||
'Programming Language :: Python :: 2',
|
||||
'Programming Language :: Python :: 2.7',
|
||||
'Programming Language :: Python :: 3',
|
||||
'Programming Language :: Python :: 3.4',
|
||||
'Programming Language :: Python :: 3.5',
|
||||
'Programming Language :: Python :: 3.6',
|
||||
'Programming Language :: Python :: 3.7',
|
||||
'Programming Language :: Python :: Implementation :: CPython',
|
||||
'Programming Language :: Python :: Implementation :: PyPy',
|
||||
'Topic :: Software Development :: Libraries',
|
||||
|
|
Loading…
Reference in a new issue