Skip to content

Commit d64e72d

Browse files
authored
Merge pull request ExpDev07#100 from gribok/master
Integration of git project into Travis CI
2 parents 370772c + 81ab239 commit d64e72d

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+
python:
3+
- "3.6"
4+
- "3.7"
5+
- "3.8"
6+
install:
7+
- "pip install pipenv"
8+
- "pipenv install --dev --skip-lock"
9+
script:
10+
- "make test lint"

0 commit comments

Comments
 (0)