Skip to content

Commit

Permalink
changed the travis build file to reflect support for python 2.7 and 3…
Browse files Browse the repository at this point in the history
….3 (and dropping support for 2.6)
  • Loading branch information
lavagetto committed Dec 2, 2013
1 parent 534c757 commit 9939a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
python:
- "2.6"
- "2.7"
- "3.3"

before_install:
- ./build_etcd.sh v0.1.2
Expand Down

0 comments on commit 9939a9a

Please sign in to comment.