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

Commitf5fd711

Browse files
committed
Add Python 3.4 to Travis and tox.
1 parent9e730ff commitf5fd711

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

‎.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
-"2.7"
55
-"3.2"
66
-"3.3"
7+
-"3.4"
78
-"pypy"
89

910
env:
@@ -14,12 +15,12 @@ matrix:
1415
exclude:
1516
-python:"2.7"
1617
env:USE_OPTIONAL=false
17-
-python:"3.3"
18+
-python:"3.4"
1819
env:USE_OPTIONAL=false
1920
include:
2021
-python:"2.7"
2122
env:USE_OPTIONAL=false FLAKE=true
22-
-python:"3.3"
23+
-python:"3.4"
2324
env:USE_OPTIONAL=false FLAKE=true
2425

2526
before_install:

‎tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py32,py33,pypy
2+
envlist = py26,py27,py32,py33,py34,pypy
33

44
[testenv]
55
deps =

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp