Skip to content

Commit

Permalink
Revert temp changes
Browse files Browse the repository at this point in the history
  • Loading branch information
rm-hull committed Nov 2, 2020
1 parent ea6cdc0 commit dfcbef0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ addons:
packages:
- graphviz

install:
- pip cache purge
- pip install --ignore-installed --upgrade setuptools pip tox coveralls
install: pip install --ignore-installed --upgrade setuptools pip tox coveralls
script: tox -vv
after_success: if [ "$TOXENV" == "py38" ]; then coveralls; fi
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ def find_version(*file_paths):
packages=find_packages(),
namespace_packages=["luma"],
zip_safe=False,
# TODO: Replace with >=2.0.0 once package has been released to PyPi
install_requires=["luma.core @ https://github.com/rm-hull/luma.core/tarball/feature/improved-framebuffer-performance#egg=luma.core"],
install_requires=["luma.core>=2.0.0"],
setup_requires=pytest_runner,
tests_require=test_deps,
extras_require={
Expand Down

0 comments on commit dfcbef0

Please sign in to comment.