Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
EggPool committed Oct 17, 2020
1 parent b7535ae commit 7eecdaf
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ static/*.db-wal
static/*.tar.gz
static/*.db
heavy3a.bin
heavy3a.bin_
config_custom.txt
sequencing_last
# ignore polysign, so devs can have a symlink or local dev version.
Expand Down
5 changes: 5 additions & 0 deletions .pytest_cache/v/cache/lastfailed
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"rewards_test.py": true,
"tests/test_mempool.py::test_mempool": true,
"tests/test_mempool.py::test_mpget_json": true
}
4 changes: 4 additions & 0 deletions .pytest_cache/v/cache/nodeids
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"tests/test_mempool.py::test_mempool",
"tests/test_mempool.py::test_mpget_json"
]
7 changes: 4 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,9 @@ install:
- pip install -r requirements.txt
- pip install -r tests/requirements.txt
- cp tests/config_custom.txt ./config_custom.txt
script:
- pyinstaller --uac-admin --log-level=INFO node.py --icon=graphics\icon.ico --hidden-import=pycryptodomex --hidden-import=PySocks

#script:
# - pyinstaller --uac-admin --log-level=INFO node.py --icon=graphics\icon.ico --hidden-import=pycryptodomex --hidden-import=PySocks

notifications:
# slack: cryptobismuth:Mtd8QY1ElBCfM7ijzsyCE7HU
Expand All @@ -25,6 +26,6 @@ after_failure:
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL

script:
script:
- cd tests
- pytest
1 change: 1 addition & 0 deletions peers_reg.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
4 changes: 4 additions & 0 deletions tests/.pytest_cache/v/cache/nodeids
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[
"test_mempool.py::test_mempool",
"test_mempool.py::test_mpget_json"
]

0 comments on commit 7eecdaf

Please sign in to comment.