Skip to content

Commit

Permalink
Travis CI: Add the long dead Python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored and rvagg committed Oct 4, 2019
1 parent a06be9c commit 56a7db2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ language: python
cache: pip
matrix:
include:
- name: "Python 2.6 on Linux"
dist: precise
env: NODE_GYP_FORCE_PYTHON=python2
python: 2.6
- name: "Python 2.7 on Linux"
env: NODE_GYP_FORCE_PYTHON=python2
python: 2.7
Expand Down

0 comments on commit 56a7db2

Please sign in to comment.