Skip to content

Commit 6836e21

Browse files
committedJun 21, 2019
travis
1 parent 839c6f6 commit 6836e21

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed
 

‎.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ python:
44
install:
55
- pip install -r requirements.txt
66
script:
7-
- pytest
7+
- python test.py
88
deploy:
99
provider: pypi
1010
user: mkb79

‎test.py

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/python3
2+
# -*- coding: utf-8 -*-
3+
4+
print("fake test")

0 commit comments

Comments
 (0)
Please sign in to comment.