projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16ba63c
)
Add py3.3 testing back
author
Steve Pulec
<spulec@gmail.com>
Mon, 21 Jan 2013 19:19:29 +0000
(14:19 -0500)
committer
Steve Pulec
<spulec@gmail.com>
Mon, 21 Jan 2013 19:19:29 +0000
(14:19 -0500)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index ea263d1dffd5a7391ddf7e188d312d4ae1b2854f..62a5959a1a61cd84f6c984961c6a50f530d05233 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,6
+3,7
@@
python:
- 2.6
- 2.7
- 3.2
+ - 3.3
env: HTTPBIN_URL=http://httpbin.org/
script: make test
install: