Skip to content

Commit

Permalink
Update version: 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigge committed Jun 9, 2020
1 parent c889eb7 commit 3ba7d13
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
language: python
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
- 3.5-dev # 3.5 development branch
- 3.6-dev # 3.6 development branch
- nightly # currently points to 3.7-dev
- 3.7
- 3.8
- nightly
- pypy
install:
- pip install -r requirements.txt
Expand All @@ -19,6 +18,4 @@ after_success:
- coveralls
matrix:
allow_failures:
- python: 3.5-dev
- python: 3.6-dev
- python: nightly
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def run(self):
long_description = ''

setup(name='openant',
version='0.3',
version='0.4',

description='ANT and ANT-FS Python Library',
long_description=long_description,
Expand All @@ -107,9 +107,11 @@ def run(self):
'Intended Audience :: Healthcare Industry',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules'
],

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py33,py34,py35,py36,pypy
envlist = py27,py34,py35,py36,py37,py38,pypy
[testenv]
commands=python setup.py test
usedevelop = True

0 comments on commit 3ba7d13

Please sign in to comment.