Skip to content

Commit

Permalink
Adding Travis CI support for Python 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
vcatalano committed Feb 2, 2015
1 parent 890c483 commit 98943a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -3,6 +3,7 @@ python:
- 2.7
- 3.2
- 3.3
- 3.4

install:
- pip install -r requirements.txt
Expand Down

2 comments on commit 98943a5

@jsma
Copy link
Contributor

@jsma jsma commented on 98943a5 Feb 4, 2015

Choose a reason for hiding this comment

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

Just wanted to say thanks! This library has been a lifesaver and am grateful that you took the time to merge recent pull requests.

@vcatalano
Copy link
Owner Author

@vcatalano vcatalano commented on 98943a5 Feb 7, 2015 via email

Choose a reason for hiding this comment

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

Please sign in to comment.