diff options
author | Martin Vilcans <martin@librador.com> | 2019-02-21 20:26:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-21 20:26:47 +0100 |
commit | c088581f5ed882554d1e27074411b2c874955010 (patch) | |
tree | 0a354ecf213d5a75aac23c890ec92b148896553e /.travis.yml | |
parent | d9eb1a980798ff54ac9cd81ff1821f78aa57156b (diff) | |
parent | 69c11fb0aa1750225d1f9549474554bb1d3eb932 (diff) | |
download | screenplain-c088581f5ed882554d1e27074411b2c874955010.tar.gz |
Merge pull request #46 from jpyams/python3
Add Python 3 support
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b90b600..2ece8ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: - "2.7" + - "3.3" install: pip install -r requirements.txt script: bin/test |