Skip to content

Commit 26add43

Browse files
committed
Setup testing for python 3.3 support
1 parent e663384 commit 26add43

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ language: python
22
python:
33
- "2.6"
44
- "2.7"
5+
- "3.3"
56

67
install: "pip install -r requirements.txt --use-mirrors"
78

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
Flask
1+
git+git://github.com/mitsuhiko/flask.git#egg=flask
22
argparse

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = py26, py27
7+
envlist = py26, py27, py33
88

99
[testenv]
1010
deps = -r{toxinidir}/requirements.txt

0 commit comments

Comments
 (0)