Skip to content

Commit 933136c

Browse files
committed
Create fake version.py on Travis-CI
1 parent 09c00a6 commit 933136c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ sudo: false
55
install:
66
- pip install PIL --allow-external PIL --allow-unverified PIL
77
script:
8-
- "./tests/api_tests.py"
8+
- echo "__version__=''" > ev3dev/version.py
9+
- ./tests/api_tests.py
910
deploy:
1011
provider: pypi
1112
user: Denis.Demidov

0 commit comments

Comments
 (0)