Browse Source

add test for workers

1.4
clowwindy 11 years ago
parent
commit
5c8e603ca6
  1. 2
      .travis.yml

2
.travis.yml

@ -5,7 +5,7 @@ python:
before_install: before_install:
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq build-essential libssl-dev swig libevent-dev python-gevent python-m2crypto python-numpy - 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: script:
- python test.py -c test/table.json - python test.py -c test/table.json
- python test.py -c test/aes.json - python test.py -c test/aes.json

Loading…
Cancel
Save