diff --git a/.travis.yml b/.travis.yml index e762dde..b589ccf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,4 +6,4 @@ python: dist: bionic install: - pip install -r requirements.txt -script: ./test.sh \ No newline at end of file +script: ./test.sh diff --git a/requirements.txt b/requirements.txt index a87aaef..24156d6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1 @@ -psutil==5.7.0 \ No newline at end of file +psutil==5.7.0 diff --git a/test.sh b/test.sh index 6343258..958110a 100755 --- a/test.sh +++ b/test.sh @@ -1,3 +1,3 @@ #!/usr/bin/env bash -./test/libs/bats/bin/bats test/*.bats \ No newline at end of file +./test/libs/bats/bin/bats test/*.bats diff --git a/test/basic_test.bats b/test/basic_test.bats index 2b157d9..e159b6f 100644 --- a/test/basic_test.bats +++ b/test/basic_test.bats @@ -14,4 +14,4 @@ load test_helper get_themes assert_success assert [ ${#themes[@]} -gt 0 ] -} \ No newline at end of file +} diff --git a/test/test_helper.bash b/test/test_helper.bash index f0d1c88..d173159 100644 --- a/test/test_helper.bash +++ b/test/test_helper.bash @@ -1 +1 @@ -source bashtop \ No newline at end of file +source bashtop