mirror of
https://gitlab.com/vylion/velascobot.git
synced 2025-04-19 21:46:35 +02:00
Cleaned velasco launch options
This commit is contained in:
parent
7b5028081f
commit
29015d1b3a
2 changed files with 0 additions and 23 deletions
19
tox.ini
19
tox.ini
|
@ -1,19 +0,0 @@
|
||||||
[tox]
|
|
||||||
minversion = 2.0
|
|
||||||
envlist = py3, flake8
|
|
||||||
skipsdist = True
|
|
||||||
|
|
||||||
[testenv]
|
|
||||||
basepython = python3
|
|
||||||
passenv = CI TRAVIS TRAVIS_*
|
|
||||||
usedevelop = False
|
|
||||||
deps = -r{toxinidir}/requirements.txt
|
|
||||||
setenv = LANGUAGE=en
|
|
||||||
whitelist_externals = sh
|
|
||||||
commands =
|
|
||||||
/usr/bin/find . -type f -name "*.pyc" -delete
|
|
||||||
ostestr {posargs}
|
|
||||||
|
|
||||||
[testenv:velasco]
|
|
||||||
commands = ./velasco.sh
|
|
||||||
|
|
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
[ -f .token] && . .token || echo "Configure token in .token as 'export TOKEN=...'" && exit 1
|
|
||||||
[ -f .uid ] && . .uid || echo "Configure UID in .uid as 'export UID=...'" && exit 1
|
|
||||||
python velasco.py ${TOKEN} ${UID} | tee -a velasco.log
|
|
Loading…
Reference in a new issue