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:
8e2c45b
)
Bumped Python from 3.3 to 3.4
author
Aleksey Maksimov
<ctpeko3a@gmail.com>
Mon, 28 Apr 2014 23:27:42 +0000
(07:27 +0800)
committer
Aleksey Maksimov
<ctpeko3a@gmail.com>
Mon, 28 Apr 2014 23:27:42 +0000
(07:27 +0800)
Because TravisCI now supports 3.4
.travis.yml
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index 64f8ef610a2085aff415266e1e09cbea52fd0a72..07c751856b19bf248b5da9ae9702a8da5fd8c0a6 100644
(file)
--- a/
.travis.yml
+++ b/
.travis.yml
@@
-3,7
+3,7
@@
language: python
python:
- "2.6"
- "2.7"
- - "3.
3
"
+ - "3.
4
"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: