this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Circle CI now runs pytest

+2
+2
.circleci/config.yml
··· 47 47 pip install -e . 48 48 pip install pytest 49 49 twitter-to-sqlite --help 50 + pytest 50 51 test-python-install: 51 52 parameters: 52 53 version: ··· 75 76 pip install -e . 76 77 pip install pytest 77 78 twitter-to-sqlite --help 79 + pytest 78 80 deploy: 79 81 docker: 80 82 - image: circleci/python:3.6