##// END OF EJS Templates
Drop 2.6 and 3.2 from Travis tests
Thomas Kluyver -
Show More
@@ -1,13 +1,10 b''
1 # http://travis-ci.org/#!/ipython/ipython
1 # http://travis-ci.org/#!/ipython/ipython
2 language: python
2 language: python
3 python:
3 python:
4 - 2.6
5 - 2.7
4 - 2.7
6 - 3.2
7 - 3.3
5 - 3.3
8 before_install:
6 before_install:
9 - "if [[ $TRAVIS_PYTHON_VERSION == '3.2'* ]]; then pip install -Iv https://pypi.python.org/packages/source/J/Jinja2/Jinja2-2.6.tar.gz; fi"
7 - pip install jinja2
10 - "if [[ ! $TRAVIS_PYTHON_VERSION == '3.2'* ]]; then pip install jinja2; fi"
11 - easy_install -q pyzmq
8 - easy_install -q pyzmq
12 - sudo apt-get install pandoc
9 - sudo apt-get install pandoc
13 - pip install pygments
10 - pip install pygments
General Comments 0
You need to be logged in to leave comments. Login now