summaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* makefile: don't import-cldr before tox; it'll clean itAarni Koskela2023-03-031-1/+1
|
* Remove test-env makefile target (use tox instead)Aarni Koskela2023-03-031-13/+2
|
* Delete legacy release scriptsAarni Koskela2022-06-161-4/+1
|
* Remove upload-docs task from Makefile (RTD handles docs)Aarni Koskela2022-04-201-9/+1
|
* Tox/Makefile: replace test-cov with just test + envvarAarni Koskela2022-01-271-4/+1
|
* Makefile: remove quietness from all commands + PYTHONWARNINGS overrides from ↵Aarni Koskela2022-01-271-14/+14
| | | | tests
* Drop the dot https://twitter.com/pytestdotorg/status/753767547866972160Hugo van Kemenade2021-09-141-1/+1
|
* Fix an invalid string to bytes comparison in Python 3Roy Williams2017-05-261-2/+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
* localedata: Rename to locale-datasils/wheelLasse Schuirmann2015-09-251-1/+1
| | | | | | To fix the ImportError because of the name clash with localedata.py. locale-data is no valid python identifier and thus a nice indicator that this directory actually contains data.
* Makefile: Use platform independent pytest invocationLasse Schuirmann2015-08-041-2/+2
|
* travis: Submit coverage to codecovLasse Schuirmann2015-08-041-0/+3
|
* Force file deletion at cleaning tasksErick Wilder2015-07-271-2/+2
| | | | - Fresh install tests will fail if there's no file inside babel/localedata and/or babel/global.dat
* fix warning for deprecated array.tostringAlex Morega2014-01-071-1/+1
| | | | fixes #75
* re-enable doctestsAlex Morega2014-01-061-1/+1
|
* Make sure release script runs cldr importingArmin Ronacher2013-07-271-1/+1
|
* Fixed make tox-test on new pip versionsArmin Ronacher2013-07-271-2/+1
|
* Invoke download_import_cldr.py through pythonArmin Ronacher2013-07-271-1/+1
|
* Improved standalone test commandArmin Ronacher2013-07-271-5/+8
|
* Added standalone test commandArmin Ronacher2013-07-271-2/+10
|
* Added __pycache__ to clean-pycArmin Ronacher2013-07-271-0/+1
|
* Added release script from FlaskArmin Ronacher2013-07-261-1/+12
|
* run the right test suite by defaultAlex Morega2013-07-061-1/+1
|
* Add more clean commands and remove pycache from gitArmin Ronacher2013-07-061-1/+7
|
* don't run doctests any moreAlex Morega2013-07-061-1/+1
|
* New tox versions have problems with PYTHONDONTWRITEBYTECODE apparentlyArmin Ronacher2013-07-061-1/+1
|
* make test should run tests from testsAlex Morega2013-07-061-1/+1
|
* run the test suite using py.testAlex Morega2013-07-051-1/+1
|
* remove global.dat when cleaning cldrAlex Morega2013-07-051-0/+1
|
* Improved downloading and conversion experienceArmin Ronacher2013-07-041-3/+9
|
* Changed how tests are invoked by going through a makefileArmin Ronacher2013-07-041-0/+10