mirror of
https://github.com/pkkid/python-plexapi
synced 2024-11-22 11:43:13 +00:00
Remove workaround; Didnt work.
This commit is contained in:
parent
06aa78dcd8
commit
71f0a07afa
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ python:
|
|||
before_install:
|
||||
- pip install -U pytest pytest-cov coveralls
|
||||
install:
|
||||
- pip install --upgrade setuptools # Needed until https://github.com/pypa/setuptools/issues/1101 fixed
|
||||
- pip install -r requirements_dev.txt
|
||||
script:
|
||||
- if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then py.test tests --tb=native --verbose
|
||||
|
|
Loading…
Reference in a new issue