Skip to content

Commit

Permalink
Add travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
mxmeinhold committed Mar 16, 2020
1 parent 773b30f commit a69942c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
language: python
python:
- "3.7"

install:
- "pip install -r requirements.txt"
- "pip install pylint mypy sqlalchemy-stubs"

script:
- "pylint gallery"
- "mypy gallery"
2 changes: 1 addition & 1 deletion mypy-run.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

pip install mypy typeshed sqlalchemy-stubs
pip install mypy sqlalchemy-stubs

DIR=$(dirname "$(readlink -f "$0")")

Expand Down

0 comments on commit a69942c

Please sign in to comment.