2014-05-02 13:19:42 +08:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.6
|
|
|
|
- 2.7
|
|
|
|
before_install:
|
|
|
|
- sudo apt-get update -qq
|
2014-05-03 23:04:49 +08:00
|
|
|
- sudo apt-get install -qq build-essential libssl-dev swig libevent-dev python-gevent python-m2crypto python-numpy
|
2014-05-17 14:41:36 +08:00
|
|
|
- pip install m2crypto gevent salsa20
|
2014-05-02 13:19:42 +08:00
|
|
|
script:
|
2014-05-03 23:04:49 +08:00
|
|
|
- python test.py -c test/table.json
|
|
|
|
- python test.py -c test/aes.json
|
|
|
|
- python test.py -c test/salsa20.json
|
2014-05-17 16:22:47 +08:00
|
|
|
- python test.py -c test/server-multi-passwd.json
|
2014-05-24 19:16:21 +08:00
|
|
|
- python test.py -c test/workers.json
|