1
0
mirror of https://github.com/no2chem/wideq.git synced 2025-05-18 00:00:17 -07:00

Initial CircleCI config

This commit is contained in:
Adrian Sampson 2019-06-30 11:18:24 -04:00
parent 90fc21a351
commit 79c17d5a77

13
.circleci/config.yml Normal file
View File

@ -0,0 +1,13 @@
version: 2.1
jobs:
build:
working_directory: ~/wideq
docker:
- image: circleci/python:3.7
steps:
- checkout
- run:
command: pip install --user tox
- run:
command: tox -e py37,flake8