projects
/
tools
/
python-jenkinsapi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ccb08
)
re-add python 3.3 support
author
salimfadhley
<sal@stodge.org>
Wed, 12 Jun 2013 23:04:49 +0000
(
00:04
+0100)
committer
salimfadhley
<sal@stodge.org>
Wed, 12 Jun 2013 23:04:49 +0000
(
00:04
+0100)
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 2f71c786508b81c89b4d560a56ce749f9158e0b0..6a2b9d5feaebdae90ab529d499dc675937346684 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-1,6
+1,7
@@
language: python
python:
- "2.7"
+ - "3.3"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- "python setup.py develop"