Skip to content

Commit

Permalink
Fix Travis CI too
Browse files Browse the repository at this point in the history
  • Loading branch information
dagwieers committed Mar 26, 2019
1 parent a9ae74b commit 3079b6a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .gitignore
Expand Up @@ -77,9 +77,12 @@ msbuild.wrn
# Visual Studio 2015
.vs/


# Test caches
.pytest_cache/
.tox/
# Packages
*.zip

# Temporary files
*.new
*.orig
8 changes: 4 additions & 4 deletions .travis.yml
Expand Up @@ -8,13 +8,13 @@ python:
sudo: false

env:
PYTHONPATH: plugin.video.vrt.nu
PYTHONPATH: .

install:
- pip install -r requirements.txt

script:
- tox
- pylint plugin.video.vrt.nu/*.py
- pylint plugin.video.vrt.nu/resources/lib/*/*.py
- python plugin.video.vrt.nu/vrtnutests/vrtplayertests.py
- pylint *.py
- pylint resources/lib/*/*.py
- python test/vrtplayertests.py

0 comments on commit 3079b6a

Please sign in to comment.