Skip to content

Commit

Permalink
Update travis config: focus on Py2.7/Py3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rbarrois committed Apr 19, 2015
1 parent 52c984d commit 23616f4
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,15 @@
language: python

python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "pypy"

script:
- python setup.py test

install:
- if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install unittest2 --use-mirrors; fi
- if [[ $TRAVIS_PYTHON_VERSION = 2.6 ]]; then pip install "Django<1.7" --use-mirrors; else pip install Django; fi
- pip install Django
- pip install sqlalchemy --use-mirrors
- if ! python --version 2>&1 | grep -q -i pypy ; then pip install Pillow --use-mirrors; fi

Expand Down

0 comments on commit 23616f4

Please sign in to comment.