mirror of
https://github.com/no2chem/wideq.git
synced 2025-05-17 15:50:10 -07:00
Initial CircleCI config
This commit is contained in:
parent
90fc21a351
commit
79c17d5a77
13
.circleci/config.yml
Normal file
13
.circleci/config.yml
Normal 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
|
Loading…
x
Reference in New Issue
Block a user