Generate project skeleton

This commit is contained in:
Jason R. Coombs
2015-12-19 22:29:56 -05:00
commit 5ad18328e8
11 changed files with 122 additions and 0 deletions

8
.travis.yml Normal file
View File

@@ -0,0 +1,8 @@
sudo: false
language: python
python:
- 2.7
- 3.5
script:
- pip install -U pytest
- python setup.py test