Skip to content

Commit

Permalink
Merge pull request #46 from ryanlapcevic/master
Browse files Browse the repository at this point in the history
added installation and uninstallation
  • Loading branch information
Ryan Lapcevic committed Dec 11, 2016
2 parents b1163ea + f296004 commit ac6918b
Show file tree
Hide file tree
Showing 8 changed files with 10 additions and 45 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ tsbtreedb/tsdb/*
*.dbdb

src/dist
src/*.egg-info

#Virtualenv
bin
lib
include

9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,12 @@ sdist:
$(MAKE) -C ./src/rbtree sdist

test:
PYTEST_ADDOPTS=' --cov-report term-missing'
export PYTEST_ADDOPTS=' --cov-report term-missing'
py.test

install:
$(MAKE) sdist
pip install ./dist/*.tar.gz

uninstall:
pip uninstall rbtree timeseries
Binary file modified dist/rbtree-0.1.tar.gz
Binary file not shown.
Binary file modified dist/timeseries-0.1.tar.gz
Binary file not shown.
33 changes: 0 additions & 33 deletions src/rbtree/rbtree.egg-info/PKG-INFO

This file was deleted.

9 changes: 0 additions & 9 deletions src/rbtree/rbtree.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/rbtree/rbtree.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion src/rbtree/rbtree.egg-info/top_level.txt

This file was deleted.

0 comments on commit ac6918b

Please sign in to comment.