mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
11 lines
114 B
YAML
11 lines
114 B
YAML
# vim: set sw=4 et:
|
|
#
|
|
|
|
language: python
|
|
python:
|
|
- "2.7"
|
|
- "3.2"
|
|
- "3.3"
|
|
script: python setup.py test
|
|
|