We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b242d15 commit f4874f1Copy full SHA for f4874f1
.travis.yml
@@ -5,7 +5,6 @@ sudo: false
5
install:
6
- pip install PIL --allow-external PIL --allow-unverified PIL
7
script:
8
-- echo "__version__=''" > ev3dev/version.py
9
- ./tests/api_tests.py
10
deploy:
11
provider: pypi
ev3dev/__init__.py
@@ -1,5 +1,4 @@
1
import platform
2
-from .version import __version__
3
4
# -----------------------------------------------------------------------------
# Guess platform we are running on
0 commit comments