Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
windreamer committed Sep 28, 2017
1 parent 65362c4 commit 3edef9a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@ language: python
cache:
directories:
$HOME/.cache/pip
python:
- 2.7
sudo: false
addons:
apt:
packages:
- libzmq3-dev
matrix:
include:
- python: 2.7
env: TOX_ENV=py27
- python: 3.5
env: TOX_ENV=py35
- python: pypy
env: TOX_ENV=pypy
install:
- pip install -U setuptools
- pip install -r req.txt
Expand Down

0 comments on commit 3edef9a

Please sign in to comment.