diff options
author | mathieui <mathieui@mathieui.net> | 2017-12-27 15:20:54 +0100 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2017-12-27 15:20:54 +0100 |
commit | fd330114ac03eeb03d733106e20f873c56480b26 (patch) | |
tree | c2f82096fcdffc503b74faa221d5ac618bb275bf | |
parent | dd33ce58dc92ed25f92b192ea34d110c4f0ac2bf (diff) | |
download | poezio-fd330114ac03eeb03d733106e20f873c56480b26.tar.gz poezio-fd330114ac03eeb03d733106e20f873c56480b26.tar.bz2 poezio-fd330114ac03eeb03d733106e20f873c56480b26.tar.xz poezio-fd330114ac03eeb03d733106e20f873c56480b26.zip |
Test all known python versions in travais
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 7b5cb49f..9d77b11f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,9 @@ language: python python: + - "3.4" - "3.5" + - "3.6" + - "3.7-dev" install: - pip install -r requirements.txt - python setup.py build_ext --inplace |