diff --git a/.travis.yml b/.travis.yml index 34c268d3..ee887b79 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: # install dependencies install: - pip install -r requirements.txt -script: onionr/tests.py +script: test.sh diff --git a/onionr/tests.py b/onionr/tests.py index 3411b523..c099f352 100755 --- a/onionr/tests.py +++ b/onionr/tests.py @@ -110,5 +110,4 @@ class OnionrTests(unittest.TestCase): if command[0] == 'testCommand': if myCore.daemonQueue() == False: print('Succesfully added and read command') -os.chdir(sys.path[0]) unittest.main() \ No newline at end of file