Skip to content

Commit a9b78f7

Browse files
committed
added python 3 to Travis CI
1 parent fe86645 commit a9b78f7

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
language: python
22
python:
3+
- "2.6"
34
- "2.7"
5+
- "3.3"
6+
- "3.4"
47
# command to install dependencies
58
install: "pip install -r requirements.txt"
69
# command to run tests

0 commit comments

Comments
 (0)