Skip to content

Commit

Permalink
Travis: upgrade dist to bionic, drop Python 3.3 & 3.4, add 3.6, 3.7, 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mloesch committed Jan 12, 2020
1 parent e1f627f commit 79d7c72
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ sudo: false
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install: "pip install ."
script: "nosetests"
dist: bionic

0 comments on commit 79d7c72

Please sign in to comment.