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.
2 parents 6ce16d1 + fc3cfe2 commit f5e5b24Copy full SHA for f5e5b24
.travis.yml
@@ -0,0 +1,11 @@
1
+dist: xenial
2
+language: python
3
+python:
4
+ - "3.6"
5
+ - "3.7"
6
+before_install:
7
+ - make build
8
+install:
9
+ - pip3 install dist/*.whl
10
+script:
11
+ - make lint
0 commit comments