From: Oleg Broytman Date: Sat, 29 Apr 2017 12:31:14 +0000 (+0300) Subject: Test at Travis X-Git-Tag: 0.2.0~7 X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=commitdiff_plain;h=6a7fc02ce62d01ca66f3bc2207941a4cc7fc8d6b Test at Travis --- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..5217864 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,29 @@ +# Config file for automatic testing at travis-ci.org + +# Only test master and pull requests; skip tags. +# Other branches can allow themselves. +branches: + only: + - master + +# Prefer docker containers +sudo: required + +language: python + +python: + - "3.6" + +cache: pip + +env: + - TOXENV=py27 + - TOXENV=py34 + - TOXENV=py35 + - TOXENV=py36 + +install: + - travis_retry pip install tox + +script: + - tox diff --git a/TODO b/TODO index 867c17b..533c825 100644 --- a/TODO +++ b/TODO @@ -1 +1 @@ -Travis, AppVeyor, PyPI. +AppVeyor, PyPI. diff --git a/docs/news.rst b/docs/news.rst index a4012f0..5f06370 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -6,6 +6,8 @@ Version 0.2.0 (2017-05-??) * Python 3.5, 3.6. +* Test at Travis. + Version 0.1.2 (2017-04-27) --------------------------