Use tox
This commit is contained in:
parent
fd99454e31
commit
6cc83d630a
4 changed files with 40 additions and 7 deletions
|
@ -41,7 +41,7 @@ if __name__ == '__main__':
|
|||
|
||||
# TODO wonder why py.typed file in mycfg didn't help?
|
||||
for v in ['MYPYPATH', 'PYTHONPATH']:
|
||||
upd(v, MY_DIR)
|
||||
upd(v, MY_DIR) # TODO not sure if it should do it if you use install -e?
|
||||
upd(v, MYCFG_DIR)
|
||||
|
||||
rest = sys.argv[1:]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue