Make it an actual pip installable package
This commit is contained in:
+10
-4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user