Skip to content

Commit

Permalink
Merge pull request #93 from alanhamlett/master
Browse files Browse the repository at this point in the history
Drop Python 2.6 and 3.3 support
  • Loading branch information
alanhamlett committed Aug 22, 2019
2 parents 2ec4cee + c2c9862 commit cbb446d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
@@ -1,13 +1,10 @@
language: python
python:
- 2.6
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
install:
- pip install flask && pip install nose && pip install mock
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install unittest2; fi
script: python setup.py test

0 comments on commit cbb446d

Please sign in to comment.