Skip to content

Commit

Permalink
dropped python 3.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
pri22296 committed May 14, 2017
1 parent 69577d3 commit f236969
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Expand Up @@ -2,14 +2,14 @@ language: python

python:
- '2.7'
- '3.2'
- '3.3'
- '3.4'
- '3.5'
- '3.6'
- 'pypy'
- 'pypy3'

before_install:
- if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install 'coverage<4.0.0'; fi
- pip install coveralls

install:
Expand All @@ -19,7 +19,7 @@ script:
- coverage run test.py

after_success:
- if [[ $TRAVIS_PYTHON_VERSION -ne '3.2' ]]; then coveralls; fi
- coveralls

deploy:
provider: pypi
Expand Down

0 comments on commit f236969

Please sign in to comment.