Skip to content

Commit 0be2da1

Browse files
committed
add travis yaml
1 parent 69b67a3 commit 0be2da1

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sudo: false
2+
language: python
3+
python:
4+
- "3.5"
5+
6+
install: pip install -r requirements.txt
7+
8+
script: python tests/run_all.py

0 commit comments

Comments
 (0)