Skip to content

Commit

Permalink
Add CI
Browse files Browse the repository at this point in the history
  • Loading branch information
danielvdende committed Dec 16, 2018
1 parent 9f77aa5 commit 506d4a5
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
language: python
python:
- "3.6"
jobs:
include:
- stage: linting
install:
- pip install -e .[lint]
script:
- flake8
- stage: tests
install:
- pip install -e .[test]
script:
- pytest tests/
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
"flake8==3.5.0"
],
}
)
)

0 comments on commit 506d4a5

Please sign in to comment.