Skip to content

Commit fc3cfe2

Browse files
author
Axel Dahlberg
committed
Added travis.yml for CI
1 parent 6ce16d1 commit fc3cfe2

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Diff for: .travis.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
dist: xenial
2+
language: python
3+
python:
4+
- "3.6"
5+
- "3.7"
6+
before_install:
7+
- make build
8+
install:
9+
- pip3 install dist/*.whl
10+
script:
11+
- make lint

0 commit comments

Comments
 (0)