We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77f907e commit 46912afCopy full SHA for 46912af
1 file changed
.travis.yml
@@ -0,0 +1,10 @@
1
+dist: bionic
2
+language: python
3
+python:
4
+ - 3.6
5
+ - 3.7
6
+install:
7
+ - pip install pipenv
8
+ - pipenv install -d
9
+script:
10
+ - pytest
0 commit comments