Skip to content

Commit

Permalink
Merge pull request #64 from d-Rickyy-b/pypi-setup-changes
Browse files Browse the repository at this point in the history
Pypi setup changes
  • Loading branch information
d-Rickyy-b committed Sep 3, 2019
2 parents a0e2d67 + 83b371f commit b81ea3b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: python
sudo: require
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

from setuptools import setup, find_packages

setup_path = os.path.dirname(os.path.abspath(__file__))
packages = find_packages(exclude=['tests*'])


Expand All @@ -18,8 +19,6 @@ def requirements():
return requirements_list


setup_path = os.path.dirname(os.path.abspath(__file__))

with open(os.path.join(setup_path, "README.md"), "r", encoding="utf-8") as file:
readme = file.read()

Expand Down

0 comments on commit b81ea3b

Please sign in to comment.