Skip to content

Commit

Permalink
add .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
altnight committed Sep 1, 2015
1 parent 7255bec commit 2fd9b5b
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
language: python
sudo: false
python: 2.7
env:
matrix:
- TOXENV=django13-py26
- TOXENV=django12-py27
- TOXENV=django13-py26
- TOXENV=django13-py27
- TOXENV=django14-py26
- TOXENV=django14-py27
- TOXENV=django15-py26
- TOXENV=django16-py27
- TOXENV=django16-py26
- TOXENV=django17-py27

install:
- pip install tox
script: tox

0 comments on commit 2fd9b5b

Please sign in to comment.