Skip to content

Commit dcfbf31

Browse files
travis config file added
1 parent afa7f31 commit dcfbf31

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
sudo: true
2+
3+
language: python
4+
5+
python:
6+
- 3.5
7+
8+
install:
9+
- pip3 install -r requirements.txt
10+
- python3 setup.py install

0 commit comments

Comments
 (0)