Skip to content

Commit

Permalink
Merge pull request #51 from JohnMurray/issue-48
Browse files Browse the repository at this point in the history
Resolves #48 - Python 2.6
  • Loading branch information
JohnMurray authored Jul 14, 2017
2 parents a9c1e74 + 20be5f5 commit 03a173d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
language: python
python:
- 2.6
- 2.7
script:
- "cd ./test && ./run.sh"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ is an excellent DSL already, so there is no need for that.

## Requirements

+ Python 2.7 (may work with other versions, only tested against 2.7)
+ Python 2.6 or 2.7 (may work with other versions)
+ [`psycopg2`][3] if planning to use Schema Tool with Postgres
+ [`vertica-python`][6] and [`psycopg2`][3] (required by Vertica python) if planning to use Schema Tool with Vertica
+ Hive version `0.11`+ (`beeline` required) and [`pyhs2`][7] if planning to use with Hive
Expand Down

0 comments on commit 03a173d

Please sign in to comment.