Skip to content

Commit 47efb07

Browse files
authored
Merge pull request #46 from akhmerov/travis
configure travis
2 parents ab1fa75 + 8579f4c commit 47efb07

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
language: python
2+
dist: bionic
3+
python:
4+
- "3.5"
5+
- "3.6"
6+
- "3.7"
7+
install:
8+
- pip install .
9+
script:
10+
- pytest

0 commit comments

Comments
 (0)