We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09c00a6 commit 933136cCopy full SHA for 933136c
1 file changed
.travis.yml
@@ -5,7 +5,8 @@ sudo: false
5
install:
6
- pip install PIL --allow-external PIL --allow-unverified PIL
7
script:
8
-- "./tests/api_tests.py"
+- echo "__version__=''" > ev3dev/version.py
9
+- ./tests/api_tests.py
10
deploy:
11
provider: pypi
12
user: Denis.Demidov
0 commit comments