Skip to content

Commit 0b1e207

Browse files
committed
change metadata to 3.6; change tox to use 3.6 and tweak makefile
1 parent 51a6be7 commit 0b1e207

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

Makefile

+1-2
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@ coverage: clean
5050
coverage html
5151
coverage report
5252

53-
ci: pyenv
54-
tox
53+
ci: pyenv tox
5554
CODECOV_TOKEN=`cat .codecov-token` codecov
5655

5756
build: clean

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@ def extract_metaitem(meta):
7272
'Programming Language :: Python :: 2',
7373
'Programming Language :: Python :: 2.7',
7474
'Programming Language :: Python :: 3',
75-
'Programming Language :: Python :: 3.5',
75+
'Programming Language :: Python :: 3.6',
7676
],
7777
)

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = clean,py27,py35,pypy,pypy3,codestyle,coverage
2+
envlist = clean,py27,py36,pypy,pypy3,codestyle,coverage
33
skip_missing_interpreters = True
44

55
[testenv]

0 commit comments

Comments
 (0)