Rename rtv to tuir

This commit is contained in:
John Helmert
2019-06-09 19:31:35 -05:00
parent 481780fffa
commit 7e9455b4ca
76 changed files with 352 additions and 359 deletions

View File

@@ -24,7 +24,7 @@ install:
- pip install .[test]
- pip install .
script:
- pylint --rcfile .pylintrc -E rtv/
- pylint --rcfile .pylintrc -E tuir/
- coverage run -m py.test -v
after_success:
- coveralls