shadowsocks/.travis.yml

22 lines
622 B
YAML
Raw Normal View History

2014-05-02 05:19:42 +00:00
language: python
python:
- 2.6
- 2.7
2014-06-02 10:28:57 +00:00
- pypy
2014-07-11 09:35:47 +00:00
cache:
directories:
- dante-1.4.0
2014-05-02 05:19:42 +00:00
before_install:
- sudo apt-get update -qq
2014-06-01 09:24:10 +00:00
- sudo apt-get install -qq build-essential libssl-dev swig python-m2crypto python-numpy
- pip install m2crypto salsa20
2014-07-11 09:35:47 +00:00
- sudo tests/socksify/install.sh
2014-05-02 05:19:42 +00:00
script:
2014-06-01 11:12:15 +00:00
- python test.py -c tests/table.json
- python test.py -c tests/aes.json
- python test.py -c tests/salsa20.json
2014-06-18 07:50:05 +00:00
- python test.py -c tests/server-multi-ports.json
2014-06-01 11:12:15 +00:00
- python test.py -c tests/server-multi-passwd.json
2014-06-05 11:33:45 +00:00
- python test.py -c tests/server-multi-passwd-table.json
2014-06-01 11:12:15 +00:00
- python test.py -c tests/workers.json