diff options
author | mathieui <mathieui@mathieui.net> | 2018-08-11 13:03:56 +0200 |
---|---|---|
committer | mathieui <mathieui@mathieui.net> | 2018-08-11 13:03:56 +0200 |
commit | 3c8fb156ad552b3c314ca47c85cbcbd3f977c452 (patch) | |
tree | 91bdf32e84f77826726ca4ac368be0b622f31007 | |
parent | b76b2ebfc401220f3ae6ae581933c5cb66949e17 (diff) | |
download | poezio-3c8fb156ad552b3c314ca47c85cbcbd3f977c452.tar.gz poezio-3c8fb156ad552b3c314ca47c85cbcbd3f977c452.tar.bz2 poezio-3c8fb156ad552b3c314ca47c85cbcbd3f977c452.tar.xz poezio-3c8fb156ad552b3c314ca47c85cbcbd3f977c452.zip |
Update travis CI
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 9d77b11f..923df969 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,9 @@ language: python python: - - "3.4" - "3.5" - "3.6" - - "3.7-dev" + - "3.7" + - "3.8-dev" install: - pip install -r requirements.txt - python setup.py build_ext --inplace |