Skip to content

Commit

Permalink
support py3.7, drop support for py3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
staffanm committed Jul 23, 2018
1 parent 3281a80 commit ea646c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
before_install:
- sudo add-apt-repository "deb http://archive.ubuntu.com/ubuntu $(lsb_release -sc) universe"
- sudo apt-get update
Expand Down

0 comments on commit ea646c6

Please sign in to comment.