working on compiling on ec2 linux to make all libraries compatible

This commit is contained in:
EC2 Default User
2018-05-18 06:21:43 +00:00
parent 0c4b776101
commit ebb627d6ef
7 changed files with 75 additions and 3 deletions

View File

@@ -73,10 +73,11 @@ custom:
- pytest-mock
- pytest-cov
- pymongo
pipCmdExtraArgs:
- "--no-binary :all:"
package:
exclude:
- test/**
- __pycache__/**
- node_modules/**
############################################################################################