Skip to content

Commit

Permalink
Add 3.4 to supported versions; add to Travis and Tox.
Browse files Browse the repository at this point in the history
PR #67

(cherry picked from commit 7c484f3)
  • Loading branch information
tdenniston committed Jul 10, 2018
1 parent be08c43 commit 63e3afb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ sudo: required
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,7 @@ def run(self):
'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',
],
Expand Down
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# > tox

[tox]
envlist = py27, py36
envlist = py27, py34, py36

[testenv]
passenv =
Expand All @@ -23,6 +23,6 @@ setenv =
py27: PY_MAJOR_VERSION = py2
commands =
python setup.py build_ext --inplace
py27,py36: python -m unittest tiledb.tests.all.suite_test
py27,py34,py36: python -m unittest tiledb.tests.all.suite_test
deps =
-rrequirements_dev.txt

0 comments on commit 63e3afb

Please sign in to comment.