mirror of https://github.com/aristocratos/bashtop
newline at EOF
parent
b658b8cf23
commit
a7acb01468
|
@ -6,4 +6,4 @@ python:
|
|||
dist: bionic
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
script: ./test.sh
|
||||
script: ./test.sh
|
||||
|
|
|
@ -1 +1 @@
|
|||
psutil==5.7.0
|
||||
psutil==5.7.0
|
||||
|
|
2
test.sh
2
test.sh
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
./test/libs/bats/bin/bats test/*.bats
|
||||
./test/libs/bats/bin/bats test/*.bats
|
||||
|
|
|
@ -14,4 +14,4 @@ load test_helper
|
|||
get_themes
|
||||
assert_success
|
||||
assert [ ${#themes[@]} -gt 0 ]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1 +1 @@
|
|||
source bashtop
|
||||
source bashtop
|
||||
|
|
Loading…
Reference in New Issue