try new travis docker-based infrastructure, more versions of python

This commit is contained in:
Noah Levitt 2015-10-30 23:07:01 +00:00
parent 465cf1ef45
commit 7e731d40bc

View File

@ -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