Removed .travis.yml

This commit is contained in:
sTiKyt 2020-05-08 16:39:39 +03:00
parent 44e4541ea4
commit 36533ca033
No known key found for this signature in database
GPG Key ID: 510E1C3C9B2414B4

View File

@ -1,16 +0,0 @@
language: python
python:
- "3.4"
- "3.5"
- "3.6" # current default Python on Travis CI
- "3.7"
- "3.7-dev" # 3.7 development branch
- "3.8-dev" # 3.8 development branch
- "nightly" # nightly build
before_install:
# command to install dependencies
- chmod a+x HiddenEye.py
install:
- pip3 install -r requirements.txt
# command to run tests
script: sudo env "PATH=$PATH" ./HiddenEye.py