Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
change metadata to 3.6; change tox to use 3.6 and tweak makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
bear committed May 21, 2017
1 parent 51a6be7 commit 0b1e207
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,7 @@ coverage: clean
coverage html
coverage report

ci: pyenv
tox
ci: pyenv tox
CODECOV_TOKEN=`cat .codecov-token` codecov

build: clean
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,6 @@ def extract_metaitem(meta):
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = clean,py27,py35,pypy,pypy3,codestyle,coverage
envlist = clean,py27,py36,pypy,pypy3,codestyle,coverage
skip_missing_interpreters = True

[testenv]
Expand Down

0 comments on commit 0b1e207

Please sign in to comment.