Skip to content

Commit a9c8fbe

Browse files
guyzmosdispater
authored andcommitted
Added travis testing for all supported versions of python (2.7, 3.3→3.5) (#45)
Signed-off-by: Bernard `Guyzmo` Pratz <[email protected]>
1 parent bd15246 commit a9c8fbe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ language: python
22

33
python:
44
- "2.7"
5+
- "3.2"
6+
- "3.3"
7+
- "3.4"
58
- "3.5"
69

710
env:

0 commit comments

Comments
 (0)