diff options
| author | Michele Simionato <michele.simionato@gmail.com> | 2015-03-16 15:26:20 +0100 |
|---|---|---|
| committer | Michele Simionato <michele.simionato@gmail.com> | 2015-03-16 15:26:20 +0100 |
| commit | cbc46b5c31e82cdf06336f8aa96527bb0b33dfd2 (patch) | |
| tree | e558d7fed5459692e19db548e7fc18c20a047788 /CHANGES.txt | |
| parent | 6f3bf75e285f6632d5be0201d090ea158f18ad7c (diff) | |
| download | python-decorator-git-cbc46b5c31e82cdf06336f8aa96527bb0b33dfd2.tar.gz | |
Added a script test.py working both with Python 2 and 3
Diffstat (limited to 'CHANGES.txt')
| -rw-r--r-- | CHANGES.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index e4d9010..3a6c1fc 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,8 +1,9 @@ HISTORY ---------- -3.4.1 Ported the repository from GoogleCode to GitHub. - setuptools is made mandatory in Python 3, and now the suggested +3.4.1 Ported the repository from GoogleCode to GitHub and added Travis CI + support. Tests are now run with the command python test.py -v. + setuptools is now mandatory in Python 3. The suggested installation tool is pip, not easy_install. Supported IronPython and other Python implementations without sys._getframe, as requested by Doug Blank (2015/03/16) |
