Commit graph

48 commits

Author SHA1 Message Date
Hugo 7b5a365074 Remove Scrutinizer 2019-12-17 23:35:53 +02:00
Hugo 4329080457 Cache pre-commit, use tox-travis to simplify config, only coverage for non-lint 2019-12-17 22:55:33 +02:00
Hugo 44e47d84ce Add support for Python 3.8 2019-12-17 22:17:17 +02:00
Hugo 99c434c0ef Run lint on Python 3.7 2019-09-26 10:36:16 +03:00
Hugo d589c5ef8a Add pre-commit and fix isort 2019-09-26 10:31:49 +03:00
Hugo 69b54e8c45 Update encrypted password 2019-02-03 20:56:42 +02:00
Hugo 5406261679 In case lint is done on 'python: 3.7', deploy on a TOXENV 2019-02-03 15:08:35 +02:00
Hugo deb25fb030 Deploy to PyPI on master 2019-02-03 15:08:35 +02:00
Hugo 71e9871b1b
sudo no longer needed
https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2019-01-09 16:19:22 +02:00
hugovk 742df8b674 Drop support for Python 3.4 (EOL 2019-03-16) 2018-12-30 00:08:30 +02:00
Hugo 07fac0628c Drop support for legacy Python 2 2018-11-27 08:59:01 +02:00
hugovk 51821e4a9a Xenial required for 3.7+ 2018-11-26 23:25:58 +02:00
hugovk f9a130f1ba Test on 3.8-dev, remove outdated 3.6-dev and 3.7-dev 2018-11-26 23:18:17 +02:00
Hugo 48f1d72c45
Use VM-based infrastructure
More info:

https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2018-11-19 22:41:41 +02:00
Hugo 518890423a Test on official Python 3.7 2018-07-29 12:57:34 +03:00
Hugo 20250237b9 Add Python 3.7 2018-03-26 19:41:54 +03:00
hugovk 60c3b671bf Be a good citizen https://snarky.ca/how-to-use-your-project-travis-to-help-test-python-itself/ 2017-10-19 23:58:20 +03:00
Hugo 32495cb15e Use latest Tox (revert #158) 2017-09-19 13:35:32 +03:00
Hugo 68d9a4b783 Clonedigger only supports Python 2 2017-09-19 10:55:25 +03:00
Hugo 338abc2883 Lint Python 3 2017-09-19 10:40:19 +03:00
Hugo 508dc47bdb Cache pip files 2017-09-18 14:26:15 +03:00
Hugo 47531969b6 Drop support for Python 3.3
CPython 3.3 is no longer supported after September 29, 2017.

https://en.wikipedia.org/wiki/CPython#Version_history
https://www.python.org/dev/peps/pep-0398/
2017-09-17 01:23:37 +03:00
hugovk 4c520eab4a Add Codecov 2017-02-03 09:20:02 +02:00
Hugo b410ae8b8d Add Python 3.5 and 3.6 (#188) 2017-01-02 21:07:21 +01:00
hugovk 5bb98a3541 Fix tox==2.1.1 2015-12-10 00:44:17 +02:00
hugovk 16f12a02c9 Run fast lint job first 2015-04-12 16:06:34 +03:00
Ivan Malison 781df0c94f Remove duplicate line, Make test_pylast.py runnable as main again. 2015-01-07 23:31:07 -08:00
Ivan Malison f1e14f591c add credentials for IvanMalison/pylast. 2015-01-07 19:39:09 -08:00
Ivan Malison b66ee21ce0 Consolidate travis environments. separate matrix and global environment variables. 2015-01-07 18:15:59 -08:00
Ivan Malison a64d562ae2 Add tox to travis installation. 2015-01-07 18:00:36 -08:00
Ivan Malison ca66e74099 tox/travis stuff. making testing more uniform. 2015-01-07 17:57:04 -08:00
Ivan Malison 387220c1d6 Make pylast a package. Move tests into a directory. Start using pytest
and tox. Use setuptools instead of distutils.
2015-01-07 09:13:28 -08:00
hugovk 0ae79be3a0 Add pypy3; track coverage in Scrutinizer 2014-12-26 17:16:41 +02:00
hugovk 59769d31d6 Use Docker 2014-12-26 15:28:25 +02:00
Hugo def9b2414a Fix chart tests that failed due to date ranges (take 2) 2014-09-11 15:37:17 +03:00
hugovk e4ccd8b767 More tests. Don't bother with failing Py2.6 or 3.2, they're unsupported. 2014-04-05 00:30:33 +03:00
hugovk adbe8a8500 Refactor network names. Add some tag tests. Add stress test option. Add extra Python versions as allowed failures to Travis. 2014-04-04 21:53:45 +03:00
hugovk 014b76d118 Jiggle tests for CI so Clone Digger can run on 2.x. It doesn't yet support 3.x and will fail but shouldn't fail the build. 2014-03-08 21:18:44 +02:00
hugovk 09685547f0 Move check.sh to after_script: so Unix exit codes are ignored 2014-03-08 12:15:14 +02:00
hugovk d81145cb33 Do the other static checks, but not clonedigger 2014-03-08 12:05:53 +02:00
hugovk a209bce183 Remove clonedigger from Travis build, it errors. See #90. 2014-03-08 12:03:41 +02:00
hugovk bd9f658de8 Add static analysis to the CI build 2014-03-08 11:16:41 +02:00
hugovk d0c80c8b4e Attempt coverage with coveralls 2014-03-02 18:55:32 +02:00
hugovk f3c583359d Remove 2.6 and 3.2, keep 2.7 and 3.3. At least assertGreater() and some others are new in 2.7. 2014-03-02 12:04:44 +02:00
hugovk fa994f862a Fix Travis 2014-03-02 11:54:20 +02:00
hugovk baa4e782b6 If no secrets file, load from environment variables. For Travis CI testing. 2014-03-02 11:49:46 +02:00
hugovk 897d0a132c Fix command path 2014-03-02 11:06:29 +02:00
hugovk 6b91e6f8e5 Add .travis.yml 2014-03-02 11:04:46 +02:00