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 fccf2d6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
sudo: false
language: python
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 fccf2d6

Please sign in to comment.