Skip to content

Commit

Permalink
Removed support for python 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dinkopehar committed Nov 16, 2018
1 parent 316fbe5 commit 659113b
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,14 +1,12 @@
language: python

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

install:
- if [[ $TRAVIS_PYTHON_VERSION == 2.6 ]]; then travis_retry pip install unittest2; fi
- pip install coverage
- pip install coveralls

Expand Down

0 comments on commit 659113b

Please sign in to comment.