Skip to content

Commit

Permalink
[ckan#3126] remove py2.6 from paster templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Knut Hühne committed Jun 20, 2016
1 parent ac69f06 commit 9ee75b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ckan/pastertemplates/template/+dot+travis.yml_tmpl
@@ -1,7 +1,6 @@
language: python
sudo: required
python:
- "2.6"
- "2.7"
env: PGVERSION=9.1
install:
Expand Down
1 change: 0 additions & 1 deletion ckan/pastertemplates/template/setup.py_tmpl
Expand Up @@ -43,7 +43,6 @@ setup(

# Specify the Python versions you support here. In particular, ensure
# that you indicate whether you support Python 2, Python 3 or both.
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
],

Expand Down

0 comments on commit 9ee75b5

Please sign in to comment.