Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitcb8c1a1

Browse files
author
Gauvain Pocentek
authored
Merge pull request#286 from jonafato/python3.6
Declare support for Python 3.6
2 parents46b7f48 +4c916b8 commitcb8c1a1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

‎.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ addons:
1010
language:python
1111
python:2.7
1212
env:
13+
-TOX_ENV=py36
1314
-TOX_ENV=py35
1415
-TOX_ENV=py34
1516
-TOX_ENV=py27

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
minversion = 1.6
33
skipsdist = True
4-
envlist = py35,py34,py27,pep8
4+
envlist =py36,py35,py34,py27,pep8
55

66
[testenv]
77
setenv =VIRTUAL_ENV={envdir}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp