Skip to content

Commit c171237

Browse files
authored
add circle-ci
1 parent 0eb48b0 commit c171237

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.circleci/config.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Python CircleCI 2.0 configuration file
2+
#
3+
# Check https://circleci.com/docs/2.0/language-python/ for more details
4+
#
5+
version: 2
6+
7+
jobs:
8+
build:
9+
working_directory: ~/your_thing
10+
docker:
11+
- image: themattrix/tox
12+
steps:
13+
- checkout
14+
- run: tox

0 commit comments

Comments
 (0)