aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-14 13:44:04 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2014-04-14 13:44:04 -0400
commit8feb04764a7eebbf0113aeed4c5267fba6b4f596 (patch)
tree1389769727fffa0a46571152f012798c1cab3001 /.travis.yml
parent470d8ec34017ab376bbffd20f70f87ecfead8a11 (diff)
downloadcryptography-8feb04764a7eebbf0113aeed4c5267fba6b4f596.tar.gz
cryptography-8feb04764a7eebbf0113aeed4c5267fba6b4f596.tar.bz2
cryptography-8feb04764a7eebbf0113aeed4c5267fba6b4f596.zip
remove some commented out code
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml
index 270066ff..6a235140 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,11 +6,6 @@ compiler:
- clang
- gcc
env:
- # this global section can be removed when
- # https://github.com/travis-ci/travis-ci/issues/1844 is fixed
- # global:
- # - CI=true
- # - TRAVIS=true
matrix:
- TOX_ENV=py26
- TOX_ENV=py27