Skip to content

Commit

Permalink
Added support for 3.4 in travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Apr 17, 2014
1 parent ca58b68 commit e4b62dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "pypy"
- "3.3"
- "3.4"

install:
- "python setup.py install"
Expand Down

2 comments on commit e4b62dc

@untitaker
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

3.4 is not on Travis yet.

@DasIch
Copy link
Contributor

@DasIch DasIch commented on e4b62dc Apr 18, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can add PPAs and install packages with apt-get. Do we want to do that for Python 3.4?

Please sign in to comment.