Skip to content

Commit

Permalink
fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
mosquito committed Apr 2, 2017
1 parent 4f7760f commit 67ca392
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
27 changes: 15 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,20 @@
language: python

services:
- rabbitmq
addons:
apt:
sources:
- deadsnakes
packages:
- python3.5
env:
- TOXENV=py34
- TOXENV=py35

language: python

matrix:
include:
- python: 3.4
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36

install:
- virtualenv -p python3 /tmp/env
- /tmp/env/bin/pip install tox coveralls
- pip install tox coveralls
script:
- /tmp/env/bin/tox
- tox
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py3{4,5},qa
envlist = py3{4,5,6},qa

[testenv]
setenv =
Expand Down

0 comments on commit 67ca392

Please sign in to comment.