summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Update py.testAarni Koskela2018-01-191-1/+1
| | | | | * Add py.test's .cache to ignore * setup.cfg: Use [tool:pytest] instead of deprecated [pytest]
* Drop EOL Python 2.6 and 3.3Hugo2017-12-281-8/+0
|
* Test and document all supported Python versionsJon Dufresne2017-10-221-0/+2
| | | | | | | | | Add Python 3.6 to Travis CI and tox. Add PyPy to tox. Add trove classifiers for all supported versions. Helps package users know if the library is compatible.
* Use a fixed datetime to avoid test failures (#520)Narendra Vardi2017-08-181-1/+1
| | | | | freezegun library added to travis build and appveyor Fixes #507
* Fix an invalid string to bytes comparison in Python 3Roy Williams2017-05-261-0/+2
| | | | | | | | | | | In Python 3 this branch would never evaluate to `True` due to comparing a string to bytes. This was flagged by running some unit tests with the `-bb` flag, so I've added `-bb` to run with the babel unit tests in Python3.5 Here's some docs on the `-bb` flag: https://docs.python.org/3.5/library/warnings.html#default-warning-filters https://docs.python.org/3/howto/pyporting.html#use-continuous-integration-to-stay-compatible
* Remove osx build from travis.Michael Birtwell2016-07-081-6/+0
| | | | Something in pyenv appears broken
* travis: Don't build on mac for all versionsLasse Schuirmann2016-04-081-44/+0
| | | | | | That's pretty redundant. Fixes https://github.com/python-babel/babel/issues/377
* Travis: Add pypy3/linux configurationAarni Koskela2016-02-071-0/+2
|
* Install m3-cdecimal in Travis environments.Isaac Jurado2015-12-291-5/+5
| | | | Follow the cdecimal to m3-cdecimal package rename within TravisCI configuration.
* Mark Python 3.5 as supportedAarni Koskela2015-12-231-0/+9
| | | | | Fixes #222 Refs #221
* Test/CI: Add requisite doctest flags; ignore setup.py and venvsAarni Koskela2015-12-211-1/+2
| | | | | | | | This requires a newer version of py.test, so the requirement is pinned in the CI configuration. See https://pytest.org/latest/doctest.html See https://pytest.org/latest/example/pythoncollection.html#customizing-test-collection-to-find-all-py-files
* travis: Add new environments that install cdecimalIsaac Jurado2015-10-141-1/+23
| | | | | | For the next change, we will need alternate environments for Python 2.6 and 2.7 where the cdecimal module can be installed and tested. This commit adds new environments to Tox and Travis to automate the process.
* Remove duplicate `sudo: false` entry.Ryan J Ollos2015-09-161-3/+1
|
* travis: Cache cldrLasse Schuirmann2015-08-041-1/+3
| | | | | This should speed linux builds up a bit. Caching is not supported for mac builds though.
* CI: Add mac buildsLasse Schuirmann2015-08-041-7/+48
|
* travis: Submit coverage to codecovLasse Schuirmann2015-08-041-2/+4
|
* travis: Use docker infrastructureLasse Schuirmann2015-07-281-0/+3
| | | See http://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/ for related documentation.
* Add Python 3.4 to travisErick Wilder2015-07-271-0/+1
|
* Added a workaround for #32Armin Ronacher2013-07-271-0/+1
|
* hey travis, run on py33!Alex Morega2013-07-071-0/+1
|
* Merge remote-tracking branch 'mgax/pytest'Armin Ronacher2013-07-061-0/+1
|\
| * run the test suite using py.testAlex Morega2013-07-051-1/+1
| |
* | pytz is now a dependencyArmin Ronacher2013-07-061-1/+0
|/
* Remove 3.3 from travis for the time beingArmin Ronacher2013-07-051-1/+0
|
* Changed how tests are invoked by going through a makefileArmin Ronacher2013-07-041-1/+11
|
* travis configurationAlex Morega2013-07-031-0/+13