mirror of
https://github.com/django-components/django-components.git
synced 2025-09-26 15:39:08 +00:00
Add Travis CI configuration
This commit is contained in:
parent
8b119e1e30
commit
48e6ea1e12
1 changed files with 10 additions and 0 deletions
10
.travis.yml
Normal file
10
.travis.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
sudo: false
|
||||||
|
language: python
|
||||||
|
python:
|
||||||
|
- "2.7"
|
||||||
|
- "3.4"
|
||||||
|
install: pip install tox-travis
|
||||||
|
script: tox
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
Loading…
Add table
Add a link
Reference in a new issue