mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
11 lines
118 B
YAML
11 lines
118 B
YAML
|
sudo: required
|
||
|
language: python
|
||
|
python:
|
||
|
- 3.4
|
||
|
- 3.5
|
||
|
- 2.7
|
||
|
services:
|
||
|
- docker
|
||
|
script:
|
||
|
- ./tests/run-tests.sh
|