Skip to content

Commit 31f5129

Browse files
committed
Merge pull request facebookarchive#113 from seajosh/master
added python 3 to Travis CI
2 parents fe86645 + e619099 commit 31f5129

2 files changed

Lines changed: 2 additions & 7 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5+
- "3.3"
6+
- "3.4"
57
install:
68
- "pip install ."
79
script: "python tests.py"

travis.yml

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
 (0)