Wykres commitów

22 Commity (e86570b2da80bcdfeab61c923089fcd15cf28ded)

Autor SHA1 Wiadomość Data
Jon Dufresne a33a357428 Quote all version strings in Travis CI configuration
Per the feedback from @polyzen in PR #246, in YAML, numeric bare strings
are interpreted as floats, not strings. Versions are strings and should
not be coerced to a float. For example, 7.10 isn't the same as 7.1.

For more details, see Travis issue:

https://github.com/travis-ci/docs-travis-ci-com/pull/1537
2017-11-08 18:33:23 -08:00
Johannes Raggam a735ec2514
Merge pull request #248 from jdufresne/travis-cache
Add pip cache support to Travis CI configuration
2017-11-08 13:58:33 +01:00
Jon Dufresne 06361093b8 Add pip cache support to Travis CI configuration
Can slightly improve build times and reduce load on PyPI servers.

For documentation on cache support, see:

https://docs.travis-ci.com/user/caching/#pip-cache
2017-11-07 03:45:02 -08:00
Jon Dufresne 80f2c308c6 Drop support for Python 2.6 and 3.3
I would humbly like to suggest icalendar drop support for Python 2.6.

The last release of Python 2.6 was 2013-10-29. It is no longer receiving
security or bug fixes.

https://www.python.org/dev/peps/pep-0361/

The pip project itself has decided to drop support for 2.6. At the
beginning of the year, their numbers estimated that Python 2.6 accounts
for ~2% of their downloads.

https://github.com/pypa/pip/pull/4343

For projects that still use Python 2.6, they can continue to pip install
an older version.

I've tried my best to remove as much 2.6 specific code as I can,
including the 'Programming Language :: Python :: 2.6' trove classifier
from setup.py. I've also removed Travis CI testing, which should result
in slightly faster testing and fewer wasted resources.

Changed:

* Update documented Python support and trove classifiers
* Update Travis test matrix and tox test matrix
* Use set literals (and more literals in general)
* Use dict comprehension
* Remove dependencies on ordereddict and unittest2
* Remove u string prefix, use more modern unicode literals instead
2017-11-07 03:44:09 -08:00
Christian Geier 8160afdbef Also test on python 3.5 and 3.6.
Also allow failures on travis.ci with pypy3.
2016-12-30 15:16:03 +01:00
Gil Forcada Codinachs 91c2797989 Test with pypy and pypy3
To check if it actually works
2016-11-05 19:11:20 +01:00
Markus Unterwaditzer fec9171455 More fixes for Travis
Also add 3.4 for testing and a badge to the README
2014-06-03 17:49:31 +02:00
Johannes Raggam 0a608622da fix python versions for travis 2014-06-03 17:28:09 +02:00
Markus Unterwaditzer 70fda2f7dd Make travis use tox for test running 2014-05-29 18:47:17 +02:00
Robert Niederreiter a760efc9c3 exclude py2.4 and py3.2 from .travis.yml 2012-08-23 14:30:02 +02:00
Rok Garbas ddc050a0cb more travis 2012-05-13 03:51:42 +02:00
Rok Garbas ef1dd45925 more travis 2012-05-13 03:50:48 +02:00
Rok Garbas a290f9f8bb more travis stuff 2012-05-13 03:49:10 +02:00
Rok Garbas 703d33f29d upgrading pip in travis 2012-05-13 03:47:53 +02:00
Rok Garbas 9a678e4f82 hoping travis to work now 2012-05-13 03:45:46 +02:00
Rok Garbas 6b9fa63e61 typo 2012-05-13 03:43:55 +02:00
Rok Garbas 48fdade444 adding $TRAVIS_PYTHON_VERSION variable where needed 2012-05-13 03:42:03 +02:00
Rok Garbas d3639a8a9c need to see which environment variables travis provides 2012-05-13 03:39:35 +02:00
Rok Garbas ba538b063e pointing travis to virtualenv 2012-05-13 03:28:28 +02:00
Rok Garbas 862bf162dd adding test script to travis 2012-05-13 03:21:54 +02:00
Rok Garbas 401261ebd9 for some reason interlude hangs when installing with pip 2012-05-13 03:15:23 +02:00
Rok Garbas d52c3735eb lets give travis a try 2012-05-13 02:53:40 +02:00