Skip to content

Commit c2bffcf

Browse files
committed
Enable py33 test
1 parent 431a8dc commit c2bffcf

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 @@ language: python
22
sudo: false
33
python:
44
- 2.7
5+
- 3.3
56
- 3.4
67
install:
78
- pip install pytest pytest-cov coveralls flake8

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = flake8,py27,py34,docs
2+
envlist = flake8,py27,py33,py34,docs
33

44
[testenv]
55
deps = pytest>=2.7.2

0 commit comments

Comments
 (0)