Skip to content
This repository was archived by the owner on Jan 7, 2021. It is now read-only.

Commit 8048f99

Browse files
committed
Added Python 3.4 testing with TravisCI
1 parent b322f3d commit 8048f99

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ python:
44
- '2.7'
55
- '3.2'
66
- '3.3'
7+
- '3.4'
78
install:
89
- pip install -r requirements.txt
910
script:

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ coverage==3.7.1
88
docutils==0.11
99
pep8==1.4.6
1010
py==1.4.19
11-
pyflakes==0.7.3
11+
pyflakes
1212
python-coveralls==2.4.2
1313
python-dateutil==2.1
1414
requests==2.1.0

0 commit comments

Comments
 (0)