From d27efaad82126bbad2a32a906ce038a3ec90cd03 Mon Sep 17 00:00:00 2001 From: Roman Zeyde Date: Sat, 13 Jun 2015 14:26:28 +0300 Subject: [PATCH] travis: use pytest (due to better test discovery) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 91bd5e84..4b76c3f0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,4 @@ language: python python: - "2.7" install: "pip install slowaes==0.1a1 ecdsa>=0.9 pbkdf2 requests pyasn1 pyasn1-modules tlslite>=0.4.5 qrcode SocksiPy-branch protobuf" -script: nosetests -e gui -e plugins +script: py.test -v