Skip to content

Commit

Permalink
fixes #3 -- uploaded to Pypi as initial placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
rodmena committed Jul 28, 2020
1 parent c7ccf58 commit 7918d16
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 9 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.1.0 (2020-07-28)
0.1.1 (2020-07-28)
------------------

* First release on PyPI.
2 changes: 0 additions & 2 deletions README.md

This file was deleted.

4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
author="Farshid Ashouri",
author_email='farsheed.ashouri@gmail.com',
python_requires='>=3.5',
python_requires='>=3.8',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand Down Expand Up @@ -48,6 +48,6 @@
test_suite='tests',
tests_require=test_requirements,
url='https://github.com/ourway/jaguar',
version='0.1.0',
version='0.1.1',
zip_safe=False,
)
1 change: 1 addition & 0 deletions tests/test_jaguar.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ def test_content(response):
"""Sample pytest test function with the pytest fixture as an argument."""
# from bs4 import BeautifulSoup
# assert 'GitHub' in BeautifulSoup(response.content).title.string
print(jaguar)
5 changes: 1 addition & 4 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
[tox]
envlist = py35, py36, py37, py38, flake8
envlist = py38, flake8

[travis]
python =
3.8: py38
3.7: py37
3.6: py36
3.5: py35

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit 7918d16

Please sign in to comment.