Make it an actual pip installable package

This commit is contained in:
Allard Stijnman
2016-03-23 17:33:58 +01:00
parent 748b86b901
commit 82017dd051
25 changed files with 742 additions and 126 deletions
+10 -4
View File
@@ -1,4 +1,10 @@
language: node_js
node_js:
- "0.10.28"
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# command to install dependencies
install: "pip install -r requirements.txt"
# command to run tests
script: python tests.py