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 /.travis.yml | |
| 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 '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d632586..7a437a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,9 +2,11 @@ language: python python: - "2.7" + - "3.3" + - "3.4" install: - python setup.py install script: - python documentation.py + python test.py -v |
