Skip to content

Commit

Permalink
Update docs and Makefile for Python3
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Gallew committed Nov 9, 2016
1 parent d212828 commit 2b07f14
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ build: clean

test:
python setup.py test
python3 setup.py test
rm -f logfile.count

release: clean
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ DEBUG 2014-05-09 17:33:54,904 repair_keyspace 182 : SUCC
```

### Dependencies
- Python 2.6
- Python 2.7+
- six
- Cassandra ```nodetool``` must exist in the ```PATH```

## How To Test/Contribute
Expand Down

0 comments on commit 2b07f14

Please sign in to comment.