Skip to content

Commit f5e5b24

Browse files
author
Axel Dahlberg
authored
Merge pull request #12 from SoftwareQuTech/add-ci
Added travis.yml for CI
2 parents 6ce16d1 + fc3cfe2 commit f5e5b24

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)