Skip to content

Commit

Permalink
Merge pull request #2 from dabapps/travis-ci
Browse files Browse the repository at this point in the history
Add travis CI file
  • Loading branch information
j4mie authored Jul 5, 2019
2 parents 597982a + 9a301ba commit 9e78ff0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
language: python
dist: xenial

python: 3.7.3

cache:
directories:
- $HOME/.cache/pip

install:
- pip install -r dev-requirements.txt

script:
- black --check crab.py router.py
3 changes: 3 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
black==19.3b0

-r requirements.txt

0 comments on commit 9e78ff0

Please sign in to comment.