Skip to content

Commit

Permalink
PyOTA is compatible with Python 3.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
todofixthis committed Dec 17, 2016
1 parent 0caaa10 commit 0ddcc90
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ language: python
python:
- "2.7"
- "3.5"
- "3.6"
install: "pip install ."
script: "nosetests"
script: "setup.py test"
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ You can also ask questions on our `dedicated forum`_.
============
Dependencies
============
PyOTA requires Python v3.5 or v2.7.
PyOTA is compatible with Python 3.6, 3.5 and 2.7.

============
Installation
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py35
envlist = py27, py35, py36

[testenv]
commands = nosetests
Expand Down

0 comments on commit 0ddcc90

Please sign in to comment.