Skip to content

Commit 061ff9c

Browse files
committed
drop 2.6, add 3.5 to travis testing
1 parent c4077a8 commit 061ff9c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: .travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: python
22

33
python:
4-
- "3.4"
54
- "2.7"
5+
- "3.4"
6+
- "3.5"
67
- "pypy"
78

89
before_install:

Diff for: {{cookiecutter.repo_name}}/.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54
- "3.3"
65
- "3.4"
6+
- "3.5"
77
- "pypy"
88
# command to install dependencies
99
install:

0 commit comments

Comments
 (0)