Skip to content

Commit

Permalink
Disabling Python 2.6 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
whart222 committed Apr 7, 2019
1 parent 9b43b05 commit 8d1ae55
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python
matrix:
include:
- python: '2.6'
env: PYRO="Pyro" YAML="pyyaml"
- python: '2.7'
env: PYRO="Pyro" YAML="pyyaml"
#- python: '2.7'
Expand All @@ -22,11 +20,6 @@ matrix:
install:
- if [ -n "${JYTHON}" ]; then source install_jython.sh; fi
- if [ -n "${YAML}" ]; then pip install pyyaml; fi
- if [ "${TRAVIS_PYTHON_VERSION}" = "2.6" ]; then pip install ordereddict; fi
- if [ "${TRAVIS_PYTHON_VERSION}" = "2.6" ]; then pip install pbr; fi
- if [ "${TRAVIS_PYTHON_VERSION}" = "2.6" ]; then pip install linecache2; fi
- if [ "${TRAVIS_PYTHON_VERSION}" = "2.6" ]; then pip install traceback2; fi
- if [ "${TRAVIS_PYTHON_VERSION}" != "2.6" ]; then pip install openpyxl; fi
- pip install xlrd
- pip install $PYRO
- pip install coverage
Expand Down

0 comments on commit 8d1ae55

Please sign in to comment.