commit | d11b53cb873e6572c2da8fda37934735912d663f | [log] [tgz] |
---|---|---|
author | Sergey Vilgelm <sergey@vilgelm.info> | Tue Dec 11 12:23:54 2018 -0600 |
committer | Paul Carver <pcarver@att.com> | Tue Dec 11 13:23:54 2018 -0500 |
tree | a8fa0a678107702080eae8fc57eb8b58fc38d09d | |
parent | ce646a563c291dfdd0e57a7f0f11d5ca818e3143 [diff] [blame] |
Testing on travis-ci (#10) Add a .travis.yml file to validate for pep8, to run unittests for py27 and py35 Fix #9
diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..de6e87b --- /dev/null +++ b/.travis.yml
@@ -0,0 +1,12 @@ +language: python + +env: + - TOX_ENV=pep8 + - TOX_ENV=py27 + - TOX_ENV=py35 + +install: + - pip install tox + +script: + - tox