Skip to content

Commit

Permalink
Tweak travis
Browse files Browse the repository at this point in the history
  • Loading branch information
EggPool committed Oct 17, 2020
1 parent ac14b49 commit 4b49afe
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,19 @@
language: python

python:
- "3.6"
- "3.8"

cache: pip

install:
- pip install -r requirements.txt
- pip install pyinstaller
# - pip install pyinstaller
- pip install pytests
script:
- pyinstaller --uac-admin --log-level=INFO node.py --icon=graphics\icon.ico --hidden-import=pycryptodomex --hidden-import=PySocks

notifications:
slack: cryptobismuth:Mtd8QY1ElBCfM7ijzsyCE7HU
# slack: cryptobismuth:Mtd8QY1ElBCfM7ijzsyCE7HU
email: false

after_success:
Expand All @@ -20,3 +24,7 @@ after_failure:
- wget https://raw.githubusercontent.com/k3rn31p4nic/travis-ci-discord-webhook/master/send.sh
- chmod +x send.sh
- ./send.sh failure $WEBHOOK_URL

script:
- cd tests
- pytest

0 comments on commit 4b49afe

Please sign in to comment.