summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Run CI tests on Python 3.8FichteFoll2019-10-211-0/+2
|
* Use 'dist: xenial' in Travis to simplify configurationJon Dufresne2019-01-241-3/+4
| | | | | | | | Allows using Python version 3.7 without sudo declarations. Travis officially added support for Xenial on 2018-11-08. https://blog.travis-ci.com/2018-11-08-xenial-release
* Add testing and document support for Python 3.7Jon Dufresne2018-09-091-1/+3
| | | | | | Python 3.7 was released on June 27, 2018. https://docs.python.org/3/whatsnew/3.7.html
* Remove support for EOL Python 2.6 and 3.3Jon Dufresne2018-06-021-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Python 2.6 an 3.3 are end of life. They are no longer receiving bug fixes, including for security issues. Python 2.6 went EOL on 2013-10-29 and 3.3 on 2017-09-29. For additional details on support Python versions, see: https://devguide.python.org/#status-of-python-branches Removing support for EOL Pythons will reduce testing and maintenance resources. Removed all workarounds for older Pythons. Updated trove classifiers and documentation to better communicate supported Python versions. Additionally, pass python_requires argument to setuptools. Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345. Can now use more modern Python syntax including dictionary comprehension as well as more generators. Closes #755
* Enable pip cache in Travis CIJon Dufresne2017-10-171-0/+1
| | | | | | | | Can speed up builds and reduce load on PyPI servers. For more information, see: https://docs.travis-ci.com/user/caching/#pip-cache
* Switch Travis to use toxIan Cordasco2017-01-251-17/+22
| | | | | | | | | | This reduces confusion about how travis runs tests versus a local developer. Unfortunately, pypy3 on Travis is stuck to a version that only implements Python 3.2. There is no convenient work around for that version so we remove it from our matrix until Travis updates their images.
* Fixed additional reference to pep8.py in travisIan Lee2016-05-261-1/+1
|
* Updated Travis configuration for package renameIan Lee2016-05-261-3/+3
|
* Add python 3.5 supportIan Cordasco2015-09-171-0/+6
| | | | Add a notification for the PyCQA channel
* Merge pull request #420 from myint/masterIan Lee2015-07-151-0/+1
|\ | | | | Support Python 3.5
| * Test on Python 3.5Steven Myint2015-07-141-0/+1
| |
* | Remove pypy* from allowed failuresIan Cordasco2015-07-141-4/+1
|/ | | | | | | | | The pypy jobs have not failed in a long time. Keeping them in allowed_failures means that if they start failing, no one will notice them. We also start using "sudo: false" since we are not installing anything with apt and this will speed up build times.
* Add tests on PyPy 3 for Travis-CItest-pypy3Florent Xicluna2014-12-171-0/+2
|
* Email notificates when Travis runsIan Lee2014-12-131-0/+4
|
* Add Python 3.4 to .travis.ymlFlorent Xicluna2014-05-271-0/+1
|
* Update Travis configuration, and the wheel badgeFlorent Xicluna2014-04-041-1/+1
|
* No more support for Python 2.5 on TravisFlorent Xicluna2014-03-221-1/+0
|
* Fix 'python setup.py test'Florent Xicluna2013-03-021-1/+1
|
* Add the unittests to the configurationFlorent Xicluna2013-03-011-0/+1
|
* Add installation to the testsFlorent Xicluna2013-01-181-0/+1
|
* Merge pull request #148 from myint/masterFlorent Xicluna2012-12-221-1/+0
|\ | | | | Remove Python 3.1 from Travis CI tests
| * Remove Python 3.1myint2012-12-221-1/+0
| | | | | | | | It is no longer supported by Travis CI.
* | Enable tests on Python 3.3Florent Xicluna2012-12-221-0/+1
|/
* Don't report failures due to PyPy JIT.Florent Xicluna2012-06-011-0/+3
|
* Only 3.1 make sense for Travis-CI build.Florent Xicluna2012-05-261-2/+1
|
* Tentatively enable more builds.Florent Xicluna2012-05-261-1/+5
|
* Add .travis.ymlMarc Abramowitz2012-05-091-0/+11