From 4b49afeecce265ea25866f67a099ef9c8003767e Mon Sep 17 00:00:00 2001
From: EggPool <dev@eggpool.net>
Date: Sat, 17 Oct 2020 12:30:41 +0200
Subject: [PATCH] Tweak travis

---
 .travis.yml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

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