circle.yml

This commit is contained in:
Tyrel Souza 2016-12-08 14:23:34 -05:00
parent f4acb997f2
commit b984f68229
No known key found for this signature in database
GPG Key ID: 2EECB5087209E6A5

7
circle.yml Normal file
View File

@ -0,0 +1,7 @@
machine:
python:
version: 2.7.12 3.5.2
test:
post:
- bash <(curl -s https://codecov.io/bash)