We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 773b30f commit a69942cCopy full SHA for a69942c
.travis.yml
@@ -0,0 +1,11 @@
1
+language: python
2
+python:
3
+ - "3.7"
4
+
5
+install:
6
+ - "pip install -r requirements.txt"
7
+ - "pip install pylint mypy sqlalchemy-stubs"
8
9
+script:
10
+ - "pylint gallery"
11
+ - "mypy gallery"
mypy-run.sh
@@ -1,6 +1,6 @@
#!/bin/bash
-pip install mypy typeshed sqlalchemy-stubs
+pip install mypy sqlalchemy-stubs
DIR=$(dirname "$(readlink -f "$0")")
0 commit comments