Skip to content
This repository has been archived by the owner on Dec 20, 2023. It is now read-only.

Commit

Permalink
Travis CI: check code against Python 3 as well
Browse files Browse the repository at this point in the history
  • Loading branch information
renekliment committed Feb 20, 2017
1 parent d96228b commit 3d384d1
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 @@ -4,8 +4,10 @@ cache: pip

python:
- "2.7"
# - "3.4"
# - "3.5"
- "3.4"
- "3.5"
# pylint doesn't work on 3.6 yet
# - "3.6"

dist: trusty
# On the container-based infrastructure, trusty-backports isn't available, hence this silly thing
Expand Down

0 comments on commit 3d384d1

Please sign in to comment.