aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-10-14 20:49:59 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-10-14 20:49:59 -0400
commiteb4646dd4fa237916330384f1deec6596df37102 (patch)
tree977e447fc45749587f74f8941785979264a97d30
parent96171b18a802fbc566b328000d5b22c8f5ce40e4 (diff)
downloadexternal_python_setuptools-eb4646dd4fa237916330384f1deec6596df37102.tar.gz
external_python_setuptools-eb4646dd4fa237916330384f1deec6596df37102.tar.bz2
external_python_setuptools-eb4646dd4fa237916330384f1deec6596df37102.zip
Simply invoke tox for Python 2.6 compatibility
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 76fd04b9..0da450da 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,7 +19,8 @@ script:
# update egg_info based on setup.py in checkout
- python bootstrap.py
- - python -m tox
+ #- python -m tox
+ - tox
before_deploy:
- export SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES=1