Skip to content

Commit 1f01977

Browse files
author
belldavidr
committed
added travis build requirements
1 parent f10fae8 commit 1f01977

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
language: python
2+
python:
3+
- "3.6"
4+
install:
5+
- pip install -r requirements.txt
6+
script:
7+
- pytest

0 commit comments

Comments
 (0)