Skip to content

Commit

Permalink
Get rid of py3.3, no longer supported
Browse files Browse the repository at this point in the history
  • Loading branch information
amol- committed Nov 30, 2018
1 parent e42a43d commit ddca4ae
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
sudo: false
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
Expand All @@ -17,4 +16,4 @@ install:
script: "tox"

after_success:
- "coveralls"
- "coveralls"

0 comments on commit ddca4ae

Please sign in to comment.