From cd6d686effb35bb91909ac84b34fec04a4b4f8fa Mon Sep 17 00:00:00 2001 From: Domenico Iezzi Date: Sun, 23 Dec 2018 22:41:55 +0100 Subject: [PATCH] travis: remove arguments from cmd --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ed321bf..39ec6cc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,4 +2,4 @@ language: python python: - "3.5" install: pip install . -script: python test/test.py -e $EMAIL -p $PASSWD +script: python test/test.py