Skip to content

Commit

Permalink
integrates travis ci
Browse files Browse the repository at this point in the history
  • Loading branch information
manicmaniac committed Jun 16, 2016
1 parent c03ef5c commit 0bab361
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions .travis.yml
@@ -0,0 +1,15 @@
language: python
python:
- 2.7
env:
matrix:
- TOXENV=py26
- TOXENV=py27
- TOXENV=py33
- TOXENV=py34
- TOXENV=flake8
- TOXENV=isort
install:
- pip install tox
script:
- tox
3 changes: 3 additions & 0 deletions README.rst
@@ -1,6 +1,9 @@
sqlalchemy-repr
===============

.. image:: https://travis-ci.org/manicmaniac/sqlalchemy-repr.svg?branch=master
:target: https://travis-ci.org/manicmaniac/sqlalchemy-repr

Automatically generates pretty ``repr`` of a SQLAlchemy model.

Install
Expand Down
2 changes: 0 additions & 2 deletions tox.ini
Expand Up @@ -5,11 +5,9 @@ envlist = py{26,27,33,34,35}, flake8, isort
commands = {envpython} setup.py test

[testenv:flake8]
basepython = python3.5
deps = flake8
commands = flake8 setup.py sqlalchemy_repr.py

[testenv:isort]
basepython = python3.5
deps = isort
commands = isort setup.py sqlalchemy_repr.py

0 comments on commit 0bab361

Please sign in to comment.