Skip to content

Commit

Permalink
support python2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
satterly committed Jun 26, 2013
1 parent b8b1a9a commit 40f16ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: python
python:
- "2.6"
- "2.7"

# command to install dependencies
Expand Down
2 changes: 1 addition & 1 deletion contrib/debian/control
Expand Up @@ -9,7 +9,7 @@ XS-Python-Version: current
Package: alerta
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
XB-Python-Version: >= 2.7
XB-Python-Version: >= 2.6
Provides: ${python:Provides}
Description: Alerta monitoring framework

Expand Down

0 comments on commit 40f16ef

Please sign in to comment.