Skip to content

Commit

Permalink
Added QA for py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
idlesign committed Apr 6, 2019
1 parent d3aae34 commit ed90d84
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
dist: xenial

language: python

python:
- 3.7
- 3.6
- 3.5
- 2.7
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ def get_version():
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'License :: OSI Approved :: BSD License'
],
)
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
# See http://tox.readthedocs.org/en/latest/examples.html for samples.

[tox]
envlist =
py27,
py35,
py36
envlist = py{27,35,36,37}

skip_missing_interpreters = True

Expand Down

0 comments on commit ed90d84

Please sign in to comment.