Skip to content

Commit c9e005f

Browse files
author
Daniel J Holmes (jaitaiwan)
committed
Merge branch 'release/1.9'
2 parents b909b48 + acdd693 commit c9e005f

13 files changed

+772
-801
lines changed

.gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
*.py?
22
*.egg-info
33
*.swp
4+
.coverage
5+
coverage.xml
6+
nosetests.xml
7+
.tox

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5+
- "3.3"
6+
- "3.4"
57
install: "pip install -r requirements.txt"
68
script: py.test

0 commit comments

Comments
 (0)