commit | 70e2a50f0f7f321dd5fdcfc740e2089a4c2f5239 | [log] [tgz] |
---|---|---|
author | Pratik Vyas <m@pd.io> | Thu Feb 06 14:07:15 2014 +0530 |
committer | Pratik Vyas <m@pd.io> | Thu Feb 06 14:07:58 2014 +0530 |
tree | 9c5ebb432cf44fb089dee25a1a5bef98f032fdab | |
parent | 1b8c158fdcb107cf85dc58b6b87f26b23e0fa912 [diff] |
fix travis build script typo
diff --git a/.travis.yml b/.travis.yml index c6402fe..41ba344 100644 --- a/.travis.yml +++ b/.travis.yml
@@ -1,4 +1,4 @@ -anguage: python +language: python python: - "2.7"