Skip to content

Commit 13cad65

Browse files
committed
updated travis yml
1 parent 3553104 commit 13cad65

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
language: python
22

3+
python:
4+
- "2.6"
5+
- "2.7"
6+
- "3.2"
7+
- "3.3"
8+
- "3.4"
9+
- "3.5"
10+
311
before_install:
412
- true && `base64 --decode <<< ZXhwb3J0IEJST1dTRVJTVEFDS19BQ0NFU1NfS0VZPUh5VmZydXJvb3dYb041eGhLZEs2Cg==`
513

14+
script: python -m unittest discover

0 commit comments

Comments
 (0)