Skip to content

Commit 46912af

Browse files
jdeverasdelquin
authored andcommitted
Add Travis CI integration (#23)
Run both in 3.6 and 3.7 so that the code is ready for an update.
1 parent 77f907e commit 46912af

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)