We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b5a12 commit c083a30Copy full SHA for c083a30
.travis.yml
@@ -0,0 +1,8 @@
1
+dist: xenial # required for Python >= 3.7
2
+language: python
3
+python:
4
+ - "3.7"
5
+install:
6
+ - pip install -r requirements.txt
7
+script:
8
+ - pytest
0 commit comments