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

Commit

Permalink
Add tox.ini and .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Apr 14, 2015
1 parent 127f091 commit 3141e12
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
language: python
sudo: false
python:
- 2.6
- 2.7
install:
- python bootstrap.py
- bin/buildout
script:
- bin/test -pvc
notifications:
email: false
11 changes: 11 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[tox]
envlist =
py26,py27

[testenv]
usedevelop = true
deps =
zope.testrunner
z3c.testsetup[test]
commands =
zope-testrunner --test-path=src --tests-pattern='^test_.*$' {posargs:-v}

0 comments on commit 3141e12

Please sign in to comment.