Skip to content

Commit

Permalink
Drops compatibility with Python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
unbrice committed May 24, 2015
1 parent ca94746 commit 7d27b03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
language: python
python:
- "3.2"
- "3.3"
- "3.4"
install:
- pip install --use-wheel --use-mirrors -r build-requirements.txt
- pip install --use-wheel --use-mirrors coveralls
- python -c 'import sys; sys.exit(sys.version_info[:2] <= (3, 2))' || pip install --use-wheel --use-mirrors --upgrade "pygments==1.6"
script:
- coverage run --source=py1 setup.py test
# Checks that pip can install the package.
Expand Down

0 comments on commit 7d27b03

Please sign in to comment.