From 5c8e603ca60cd8fbfa0d37334932babf6a0f6f52 Mon Sep 17 00:00:00 2001 From: clowwindy Date: Sat, 17 May 2014 14:41:36 +0800 Subject: [PATCH] add test for workers --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1f62409..8eefa12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: before_install: - sudo apt-get update -qq - sudo apt-get install -qq build-essential libssl-dev swig libevent-dev python-gevent python-m2crypto python-numpy - - pip install salsa20 + - pip install m2crypto gevent salsa20 script: - python test.py -c test/table.json - python test.py -c test/aes.json