Skip to content

Commit bdf42c7

Browse files
aliceinwireAlice Ferrazzi
authored andcommitted
Add travis continuos testing file
1 parent 97f0176 commit bdf42c7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "3.7-dev" # 3.7 development branch
4+
# command to install dependencies
5+
install:
6+
- pip install -r requirements.txt
7+
# command to run tests
8+
script:
9+
- pytest

0 commit comments

Comments
 (0)