2014-05-02 13:19:42 +08:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.6
|
|
|
|
- 2.7
|
2014-10-31 18:29:27 +08:00
|
|
|
- 3.3
|
|
|
|
- 3.4
|
2014-07-11 17:35:47 +08:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- dante-1.4.0
|
2014-05-02 13:19:42 +08:00
|
|
|
before_install:
|
|
|
|
- sudo apt-get update -qq
|
2014-07-11 17:41:22 +08:00
|
|
|
- sudo apt-get install -qq build-essential libssl-dev swig python-m2crypto python-numpy dnsutils
|
2014-12-11 15:57:30 +08:00
|
|
|
- pip install m2crypto salsa20 pep8 pyflakes nose coverage
|
2014-07-11 17:35:47 +08:00
|
|
|
- sudo tests/socksify/install.sh
|
2014-12-10 23:15:24 +08:00
|
|
|
- sudo tests/libsodium/install.sh
|
2014-05-02 13:19:42 +08:00
|
|
|
script:
|
2014-12-22 16:33:23 +08:00
|
|
|
- ./.jenkins.sh
|