From 4f04818c86039d9ec53678dff580a8992baee824 Mon Sep 17 00:00:00 2001 From: Kevin Froman Date: Mon, 15 Jan 2018 03:09:27 -0600 Subject: [PATCH] still learning tests i guess --- .travis.yml | 2 +- onionr/tests.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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