newline at EOF

This commit is contained in:
Maciek Swiech 2020-06-01 11:45:11 -06:00
parent b658b8cf23
commit a7acb01468
5 changed files with 5 additions and 5 deletions

View File

@ -6,4 +6,4 @@ python:
dist: bionic
install:
- pip install -r requirements.txt
script: ./test.sh
script: ./test.sh

View File

@ -1 +1 @@
psutil==5.7.0
psutil==5.7.0

View File

@ -1,3 +1,3 @@
#!/usr/bin/env bash
./test/libs/bats/bin/bats test/*.bats
./test/libs/bats/bin/bats test/*.bats

View File

@ -14,4 +14,4 @@ load test_helper
get_themes
assert_success
assert [ ${#themes[@]} -gt 0 ]
}
}

View File

@ -1 +1 @@
source bashtop
source bashtop