Skip to content

Commit

Permalink
Updated [.travis.yml] (python: dropped 3.2, added 3.4 and 3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzeman committed Feb 12, 2016
1 parent 3ef8f1d commit af47d8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -3,8 +3,9 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"

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

0 comments on commit af47d8a

Please sign in to comment.