Daniel Graña
|
6cf4fdbae6
|
Enable travis builds on tag patterns
|
2016-02-03 22:56:49 -03:00 |
|
Paul Tremberth
|
ee4fadc007
|
Use .read1() if available when using GzipFile
|
2016-01-15 14:57:15 +01:00 |
|
Paul Tremberth
|
131f463247
|
Allow failures for Python 3.5 for now
|
2016-01-15 11:17:52 +01:00 |
|
Paul Tremberth
|
85b0e6c9c7
|
Travis: run tox with Python 3.5 + add Python 3.5 tests
|
2016-01-14 10:50:51 +01:00 |
|
Paul Tremberth
|
a93d49a64c
|
Add Python 3.5 tox env and Python 3.4 tests in Travis CI
|
2016-01-13 13:09:16 +01:00 |
|
Mikhail Korobov
|
09fc9b48b6
|
drop coveralls support
|
2015-10-12 18:12:56 +05:00 |
|
Mikhail Korobov
|
d30e539049
|
don't run tests twice on Travis if a PR is made from a scrapy/scrapy branch
|
2015-09-04 22:06:46 +05:00 |
|
Daniel Graña
|
108c3e63a5
|
Add coverage report trough codecov.io
|
2015-08-13 13:56:24 -03:00 |
|
Daniel Graña
|
5c4666a3d4
|
Workaround for travis#253
|
2015-08-10 11:17:20 -03:00 |
|
Daniel Graña
|
49fd77d693
|
indent travis yaml
|
2015-07-31 16:45:43 -03:00 |
|
Daniel Graña
|
5d4cdb59a9
|
cache pip cache
|
2015-07-31 16:39:12 -03:00 |
|
Daniel Graña
|
5ae94ae42d
|
Use new travis-ci container based builds
|
2015-07-31 16:33:37 -03:00 |
|
Julia Medina
|
26f50d3f43
|
Extend regex for tags that deploy to PyPI to support new release cycle
|
2015-05-27 09:17:18 -03:00 |
|
Julia Medina
|
cbebcbddb1
|
Add docs toxenv to .travis.yml
|
2015-05-14 20:54:28 -03:00 |
|
Daniel Graña
|
70ee66ba0c
|
Collect the list of packages not working on python3
|
2014-07-31 14:06:34 -03:00 |
|
Daniel Graña
|
6c402d3cc4
|
The sum up of travis-ci builds are taking like 50min to complete
|
2014-07-31 14:05:19 -03:00 |
|
Paul Tremberth
|
6e04c0b388
|
Match dot using character class (avoids escaping headaches)
|
2014-07-10 14:54:08 +02:00 |
|
Paul Tremberth
|
8d5c2fe30b
|
Fix Travis CI config for conditional releases
|
2014-07-10 13:44:32 +02:00 |
|
Daniel Graña
|
9b8e1836c8
|
deploy to pypi only on even minor version
|
2014-07-09 02:50:12 -03:00 |
|
Daniel Graña
|
4300334a23
|
Upload sdist and wheel packages to pypi using travis-ci deploys
|
2014-06-25 02:53:12 -03:00 |
|
Julia Medina
|
c7c57178e0
|
New tox env: docs
|
2014-04-09 18:46:01 -03:00 |
|
Julia Medina
|
1779b31e9b
|
Add py33 environment to allowed failures in travis-ci
|
2014-04-04 21:43:12 -03:00 |
|
Daniel Graña
|
986be9a396
|
Run testsuite with py.test
|
2014-04-03 12:26:44 -03:00 |
|
Daniel Graña
|
95853b325b
|
try to restore pypy tests
|
2014-03-28 15:56:23 -03:00 |
|
Daniel Graña
|
c4cd0f45a0
|
reindent travis.yml as per travis gem defaults
|
2013-12-24 11:26:48 -02:00 |
|
Daniel Graña
|
aeeba2147b
|
travis-ci updated to pypy 2.2
|
2013-11-25 13:57:40 -02:00 |
|
Daniel Graña
|
971f60d796
|
TOXENV is tox supported env
|
2013-11-07 10:58:08 -02:00 |
|
Daniel Graña
|
ecfa743105
|
install updated pypy from ppa
|
2013-11-07 10:58:08 -02:00 |
|
Daniel Graña
|
fabb351097
|
map travis-ci matrix to tox environments
|
2013-11-07 10:58:08 -02:00 |
|
Daniel Graña
|
2df8156431
|
Drop Python 2.6 support
|
2013-10-29 13:44:00 -02:00 |
|
Daniel Graña
|
1f17230f17
|
add testing environment for development versions of w3lib and queuelib
|
2013-10-18 16:08:27 -02:00 |
|
Daniel Graña
|
ac218ed418
|
no need to test latest versions of dependencies on python 2.6
|
2013-08-27 17:38:28 -03:00 |
|
Daniel Graña
|
c5222b4b8a
|
remove phanton build row from travis matrix due to travis-ci/travis-core#1027
|
2013-08-27 17:19:45 -03:00 |
|
Daniel Graña
|
ad140a2763
|
another try to limit travis build matrix
|
2013-08-27 16:53:54 -03:00 |
|
Daniel Graña
|
7394969236
|
test pypy with travis
|
2013-08-27 15:31:08 -03:00 |
|
Daniel Graña
|
401e888ced
|
test lucid and precise python packages under their respective python versions
|
2013-08-27 15:30:10 -03:00 |
|
Daniel Graña
|
891fa980d2
|
Merge pull request #341 from kmike/test-running
Improved tox test running & fixed django tests
|
2013-07-16 11:16:43 -07:00 |
|
Mikhail Korobov
|
8c555fd467
|
Enable Travis CI for pull requests and feature branches. Fix GH-340.
|
2013-07-09 01:50:52 +06:00 |
|
Mikhail Korobov
|
b98e80cbb8
|
use tox deps instead of "manual" pip install; add lucid and precise environments to tox.ini
|
2013-07-09 00:26:59 +06:00 |
|
Daniel Graña
|
79cb0318d0
|
update travis-ci conf
|
2013-02-06 10:36:08 -02:00 |
|
Daniel Graña
|
5db45b3825
|
remove scrapyd, it was migrated to its own repository
|
2013-02-06 05:24:07 +00:00 |
|
Daniel Graña
|
3c3c0c1f3f
|
notify #scrapy room of travis build results
|
2012-10-06 15:16:58 -03:00 |
|
Daniel Graña
|
e77e4b5f6e
|
add precise to travis-ci build enviroments
|
2012-05-17 09:03:28 -03:00 |
|
Daniel Graña
|
c3a3108799
|
multiple build enviroments for travis-ci
|
2012-05-17 08:49:45 -03:00 |
|
Daniel Graña
|
8376d95ce8
|
add travis-ci build configuration file
|
2012-05-16 16:54:12 -03:00 |
|