Mercurial > p > roundup > code
changeset 5059:80b87ff8057b
Remove TravisCI support for python2.6
It has been decided that only python2.7 will be supported for roundup
v1.6.x onwards.
| author | John Kristensen <john@jerrykan.com> |
|---|---|
| date | Wed, 04 May 2016 21:53:21 +1000 |
| parents | c36ad0ba6aa3 |
| children | de420f34d696 |
| files | .travis.yml |
| diffstat | 1 files changed, 1 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/.travis.yml Wed May 04 14:18:24 2016 +0300 +++ b/.travis.yml Wed May 04 21:53:21 2016 +1000 @@ -1,6 +1,5 @@ language: python python: - - 2.6 - 2.7 sudo: false @@ -25,10 +24,7 @@ - cd $TRAVIS_BUILD_DIR install: - - pip install MySQL-python psycopg2 pytz - - # includes a patch for python 2.6 support - - pip install git+https://bitbucket.org/malb/pyme.git@459f3eca65#egg=pyme + - pip install MySQL-python psycopg2 pytz pyme before_script: # set up mysql database
