Skip to content

Commit

Permalink
travis: add python 2.6 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsa committed Feb 17, 2017
1 parent 359468e commit 3bcd52d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,14 @@ language: python
#
matrix:
include:
- os: linux
sudo: required
- os: linux
sudo: required
python: "2.7"
- os: linux
sudo: required
- os: linux
sudo: required
python: "2.6"
- os: linux
sudo: required
python: "2.7"
env: PYVER="2.4"

Expand Down

0 comments on commit 3bcd52d

Please sign in to comment.