Skip to content

Commit

Permalink
Update contributing file
Browse files Browse the repository at this point in the history
  • Loading branch information
Alvaro Navarro authored and alnacle committed Feb 2, 2021
1 parent 00a0639 commit 75ef564
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ eval "$(pyenv init -)"
Second, ensure you have a version of every Python we support installed. Your versions may differ.

```sh
pyenv install 2.7.14
pyenv install 3.3.7
pyenv install 3.4.9
pyenv install 3.5.6
pyenv install 3.6.3
pyenv install 3.6.8
pyenv global 3.6.8 3.6.3 3.5.6 3.4.9 3.3.7 2.7.14
pyenv global 3.6.8 3.6.3 3.5.6 3.4.9
```

Next ensure you create a virtual environment.
Expand All @@ -45,7 +43,7 @@ Alternatively, to run tests just against a specific Python version, create cover

```sh
brew install fswatch
pyenv shell 2.7.14
pyenv shell 3.6.8
make watch
```

Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ What version of Python/Pip are you running? What Operating System are you on?

Please make sure you checked the following:

* Are you running Python 2.7 or 3.6?
* Which version of Python are you using?
* Did you download the latest version of this package?
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
long_description=long_description,
author='Amadeus',
author_email='[email protected]',
python_requires='>=2.7.0',
python_requires='>=3.4.8',
url='https://github.com/amadeus4dev/amadeus-python',
install_requires=[],
packages=find_packages(),
Expand Down

0 comments on commit 75ef564

Please sign in to comment.