Skip to content

Commit

Permalink
travis: add py2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Aug 15, 2016
1 parent 193b0b0 commit ac0fa55
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
matrix:
include:
- os: linux
dist: trusty
language: python
python: "2.6"
env: TYPE="linux" PYVER="2.6" PYARGS="-R"
- os: linux
dist: trusty
language: python
Expand Down Expand Up @@ -39,7 +44,12 @@ matrix:
language: generic
sudo: required
dist: trusty
env: TYPE="windows" PYVER="2.7.11" PYARGS="-R"
env: TYPE="windows" PYVER="2.6.6" PYARGS=""
- os: linux
language: generic
sudo: required
dist: trusty
env: TYPE="windows" PYVER="2.7.12" PYARGS="-R"
- os: linux
language: generic
sudo: required
Expand Down

0 comments on commit ac0fa55

Please sign in to comment.