Merge pull request #3 from ChristopherMSpencer/add_travisci
Adding travis.yml file for CI
This commit is contained in:
commit
3dc514770a
16
.travis.yml
Normal file
16
.travis.yml
Normal file
@ -0,0 +1,16 @@
|
||||
sudo: false
|
||||
language: python
|
||||
|
||||
matrix:
|
||||
include:
|
||||
- python: 2.7
|
||||
env: TOXENV=py27
|
||||
- python: 3.4
|
||||
env: TOXENV=py34
|
||||
- python: 3.5
|
||||
env: TOXENV=py35
|
||||
- env: TOXENV=pep8
|
||||
|
||||
install: pip install tox-travis
|
||||
|
||||
script: tox
|
Loading…
x
Reference in New Issue
Block a user