]> git.phdru.name Git - sqlconvert.git/history - tox.ini
CI(AppVeyor): Move `validators.py` -> `devscripts/CI/`
[sqlconvert.git] / tox.ini
2019-09-05 Oleg BroytmanCI(AppVeyor): Move `validators.py` -> `devscripts/CI/`
2019-01-31 Oleg BroytmanCI(AppVeyor): Work around a strange problem with Py3.7
2019-01-31 Oleg BroytmanPython 3.7
2018-06-30 Oleg BroytmanBuild, Tests(tox): Python 3.7
2018-06-06 Oleg BroytmanTests: Install psycopg2 from psycopg2-binary package
2018-04-22 Oleg BroytmanTests: Update tox.ini
2018-04-01 Oleg BroytmanTests(tox.ini): Add forgotten `[testenv:py36-sqlite...
2018-03-26 Oleg BroytmanTests(tox.ini): Shorten default list of environments
2018-03-26 Oleg BroytmanTests(tox.ini): Don't whitelist flake8
2017-12-17 Oleg BroytmanTests(tox.ini): Set platform
2017-12-17 Oleg BroytmanTest(tox.ini): Remove sitepackages
2017-12-15 Oleg BroytmanTests: rm.py -f
2017-12-15 Oleg BroytmanBuild: Require tox >= 2.0 (for passenv)
2017-06-17 Oleg BroytmanUse ppu to cleanup pip cache
2017-06-10 Oleg BroytmanFeat(CI): Run tests with PostgreSQL
2017-06-10 Oleg BroytmanFeat(CI): Run tests with sqlite and flake8
2017-05-07 Oleg BroytmanStop supporting Python 2.6
2017-05-07 Oleg BroytmanMove hard requirements from tox.ini to requirements.txt
2017-04-30 Oleg BroytmanRemove SQLite DB before tests; just in case
2017-04-30 Oleg BroytmanUse Portable Python Utilities
2017-04-29 Oleg BroytmanTest at AppVeyor
2017-04-29 Oleg BroytmanPython 3.5, 3.6
2017-04-26 Oleg BroytmanInstall m_lib.defenc and m_lib from PyPI
2017-03-19 Oleg BroytmanTest mysql2sql with tox
2016-11-13 Oleg BroytmanDrop test DB if it persisted from the previous run
2016-10-01 Oleg BroytmanSet toxworkdir to ~/.tox
2016-09-26 Oleg BroytmanUse test coverage in tox.ini
2016-09-25 Oleg BroytmanAdd tests for SQLite
2016-09-25 Oleg BroytmanDo not clean up: rm doesn't work
2016-09-24 Oleg BroytmanRun flake8 from root to test docs and scripts
2016-09-24 Oleg BroytmanAdd a test for unescaped strings for Postgres
2016-09-24 Oleg BroytmanRemove unused py.test
2016-09-24 Oleg BroytmanSimplify tox.ini: call pytest with the current python
2016-09-20 Oleg BroytmanUse coverage and tox for testing