Cleaned velasco launch options

This commit is contained in:
vylion 2021-01-22 20:38:49 +01:00
parent 7b5028081f
commit 29015d1b3a
2 changed files with 0 additions and 23 deletions

19
tox.ini
View file

@ -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

View file

@ -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