Skip to content

Commit

Permalink
[#47] Python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed Feb 16, 2019
1 parent cd6ad70 commit 7bd9611
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,15 @@ language:
sudo:
- required

dist:
- xenial

python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "3.7"

before_install:
- sudo apt-get -qq update
Expand All @@ -22,4 +26,3 @@ script:

after_success:
- coveralls

1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### v0.1.8

* #47 Python 3.7
* #31 README badges no longer displaying on PyPI

### v0.1.7
Expand Down
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pip install tox
If you use non-standard locations for your Python builds, make the interpreters available on the `PATH` before running `tox`.

```
PATH=~/local/python-2.7.14/bin:~/local/python-3.4.8/bin:~/local/python-3.5.5/bin:~/local/python-3.6.5/bin:$PATH
PATH=~/local/python-2.7.15/bin:~/local/python-3.4.9/bin:~/local/python-3.5.6/bin:~/local/python-3.6.8/bin:~/local/python-3.7.2/bin:$PATH
tox
```

Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27,py34,py35,py36
envlist = py27,py34,py35,py36,py37

[testenv]
sitepackages = True
Expand Down

0 comments on commit 7bd9611

Please sign in to comment.