diff options
| author | Philipp Hagemeister <phihag@phihag.de> | 2015-03-06 10:44:24 +0100 | 
|---|---|---|
| committer | Philipp Hagemeister <phihag@phihag.de> | 2015-03-06 10:44:24 +0100 | 
| commit | 7feddd9fc7a4a482edbc9a07d6295d418989bd67 (patch) | |
| tree | 93f3b3d99728f91b2ecefbe2e0cbb0df46b8cd46 | |
| parent | 9609f02e3ca87e56fc5571e41040ddbcf2a79a73 (diff) | |
[travis] Declare 3.2 (Fixes #5144)
| -rw-r--r-- | .travis.yml | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/.travis.yml b/.travis.yml index fb34299fc..511bee64c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,7 @@ language: python  python:    - "2.6"    - "2.7" +  - "3.2"    - "3.3"    - "3.4"  before_install: | 
