summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothy Crosley <tcrosley@domaintools.com>2017-06-01 14:23:35 -0700
committerTimothy Crosley <tcrosley@domaintools.com>2017-06-01 14:23:35 -0700
commit73b5adc97d665e31d3ef6146ed852ece11aea837 (patch)
tree518793c1f0480c3705c7f597c9010774ecebd6be /.travis.yml
parentb2090cc6555a65bd1eea02c12d10cae8a2e042ff (diff)
parentec2b9f15b1ada1f34b83a56d5c4de311fca6ab7a (diff)
downloadisort-73b5adc97d665e31d3ef6146ed852ece11aea837.tar.gz
Merge branch 'master' of https://github.com/timothycrosley/isort into develop
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index cc8354b6..6b23c0db 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,6 +3,8 @@ language: python
matrix:
include:
- env: TOXENV=isort-check
+ - python: 2.6
+ env: TOXENV=py26
- python: 2.7
env: TOXENV=py27
- python: 3.3