Skip to content

Commit c74d364

Browse files
committed
Add a minimal .travis.yml file to suppress build spam
Until the travis-config branch is merged in, this can be spread around to avoid wasting time running builds before we're ready
1 parent 1344be0 commit c74d364

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Diff for: .travis.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.2"
6+
7+
branches:
8+
only:
9+
- travis-config

0 commit comments

Comments
 (0)