2014-05-02 05:19:42 +00:00
|
|
|
language: python
|
|
|
|
python:
|
|
|
|
- 2.6
|
|
|
|
- 2.7
|
2014-10-31 10:29:27 +00:00
|
|
|
- 3.3
|
|
|
|
- 3.4
|
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
|
2015-01-12 06:11:33 +00:00
|
|
|
- sudo apt-get install -qq build-essential dnsutils iproute nginx bc
|
2014-12-23 05:09:51 +00:00
|
|
|
- sudo dd if=/dev/urandom of=/usr/share/nginx/www/file bs=1M count=10
|
2015-02-10 10:01:53 +00:00
|
|
|
- sudo sh -c "echo '127.0.0.1 localhost' > /etc/hosts"
|
2014-12-23 05:09:51 +00:00
|
|
|
- sudo service nginx restart
|
2015-07-10 07:02:33 +00:00
|
|
|
- pip install pep8 pyflakes nose coverage PySocks
|
2014-07-11 09:35:47 +00:00
|
|
|
- sudo tests/socksify/install.sh
|
2014-12-10 15:15:24 +00:00
|
|
|
- sudo tests/libsodium/install.sh
|
2014-12-23 06:20:46 +00:00
|
|
|
- sudo tests/setup_tc.sh
|
2014-05-02 05:19:42 +00:00
|
|
|
script:
|
2015-02-10 09:02:31 +00:00
|
|
|
- tests/jenkins.sh
|