diff --git a/.travis.yml b/.travis.yml index aeff80e..7680479 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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