mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
try new travis docker-based infrastructure, more versions of python
This commit is contained in:
parent
465cf1ef45
commit
7e731d40bc
29
.travis.yml
29
.travis.yml
@ -1,21 +1,24 @@
|
|||||||
# vim: set sw=4 et:
|
# http://docs.travis-ci.com/user/migrating-from-legacy/
|
||||||
#
|
sudo: false
|
||||||
# tox approach stolen from
|
|
||||||
# https://github.com/pypa/pip/blob/abdb597dbfb51b21cc76c1cff068b72c80f3a77d/.travis.yml
|
|
||||||
#
|
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
env:
|
python:
|
||||||
- TOXENV=py27
|
- 3.5
|
||||||
- TOXENV=py34
|
- 3.4
|
||||||
|
- 2.7
|
||||||
|
- nightly
|
||||||
|
- pypy
|
||||||
|
- pypy3
|
||||||
|
|
||||||
before_install:
|
addons:
|
||||||
- sudo apt-get update
|
apt:
|
||||||
- sudo apt-get -y install python-gdbm python3-gdbm
|
packages:
|
||||||
|
- python-gdbm
|
||||||
|
- python3-gdbm
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- pip install tox
|
- pip install . pytest requests
|
||||||
|
|
||||||
script: tox
|
script: py.test warcprox
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user