Skip to content

Commit

Permalink
Use travis container-based infrastructure.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmdarrow committed Dec 3, 2015
1 parent d78386f commit 1e87d5e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,19 @@
sudo: false
language: python
python:
# Workaround for https://github.com/travis-ci/travis-ci/issues/4794
- 3.5
env:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=py35
addons:
apt:
packages:
- libevent-dev
install:
- sudo apt-get install -y libevent-dev
- pip install tox
script:
- tox

0 comments on commit 1e87d5e

Please sign in to comment.