Skip to content

Commit 3b12d87

Browse files
committed
Add .travis.yml
1 parent a9a42a7 commit 3b12d87

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.travis.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
dist: xenial # required for python >= 3.7
2+
language: python
3+
cache: pip
4+
python:
5+
- 3.7
6+
- 3.8-dev
7+
sudo:
8+
false
9+
install:
10+
- pip install -e ".[develop]"
11+
- pip install pytest-cov
12+
script:
13+
- pytest --cov pytest_crate -vvvs
14+
notifications:
15+
email: false

0 commit comments

Comments
 (0)