summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2017-12-27 15:20:54 +0100
committermathieui <mathieui@mathieui.net>2017-12-27 15:20:54 +0100
commitfd330114ac03eeb03d733106e20f873c56480b26 (patch)
treec2f82096fcdffc503b74faa221d5ac618bb275bf /.travis.yml
parentdd33ce58dc92ed25f92b192ea34d110c4f0ac2bf (diff)
downloadpoezio-fd330114ac03eeb03d733106e20f873c56480b26.tar.gz
poezio-fd330114ac03eeb03d733106e20f873c56480b26.tar.bz2
poezio-fd330114ac03eeb03d733106e20f873c56480b26.tar.xz
poezio-fd330114ac03eeb03d733106e20f873c56480b26.zip
Test all known python versions in travais
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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