Skip to content

Commit 360722e

Browse files
committed
Add python 3.4 because of yaml and fix covercalls to 2.9.1
1 parent 9b9875a commit 360722e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ sudo: false
22
language: python
33
python:
44
- 2.7
5+
- 3.4
56
- 3.5
67
- 3.6
78
install:

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
nose==1.3.4
55
mock==1.0.1
6-
coveralls==0.5
6+
coveralls==2.9.1
77
coverage==3.7.1
88
sphinx==1.4.8
99
sphinx-rtd-theme==0.1.9

0 commit comments

Comments
 (0)