Commit Graph

79 Commits

Author SHA1 Message Date
Valentin Lorentz
d521a5cdc8 .travis.yml: no optional dep of py2.6; sqlalchemy no longer supports that version. 2018-01-14 23:17:47 +01:00
Valentin Lorentz
53b6acd2f4 please stop spamming irc 2017-09-17 21:39:43 +02:00
Valentin Lorentz
d7902c921f .travis.yml: Update pypy3 version. 2017-08-20 20:14:09 +02:00
Valentin Lorentz
b02a124398 .travis.yml: use 'sudo: true'.
Re-enables 'ping' (was disabled while switching from Precise to Trusty),
and may actually be faster.

See https://github.com/travis-ci/travis-ci/issues/8270
2017-08-18 22:19:21 +02:00
Valentin Lorentz
62616a34d3 travis: update Python versions. 2017-02-25 13:32:22 +01:00
Valentin Lorentz
34f5031bef travis: Add nightly to the list of allowed failures. 2017-02-24 20:36:00 +01:00
Valentin Lorentz
9ca82c34fc Fix .travis.yml. 2016-08-02 11:44:37 +02:00
Valentin Lorentz
b4ae25807b travis.yml: Uninstall 'limnoria' package installed by irctest. 2016-08-02 11:25:55 +02:00
Valentin Lorentz
1a2edb6cbc travis.yml: Simplify test command. 2016-08-02 11:04:29 +02:00
Valentin Lorentz
d8beb047eb travis.yml: Install 'irctest' at the install step. 2016-08-02 10:32:01 +02:00
Valentin Lorentz
94ec830061 Exclude redundant Travis build. 2016-07-28 09:50:08 +02:00
Mattia Rizzolo
fefd69b947
trevis: also test for 3.5 stable move to 3.6-dev 2016-07-23 13:51:25 +00:00
Valentin Lorentz
10acc0a0dc Add pypy3 back to allowed_failures. 2016-01-03 12:39:58 +01:00
Valentin Lorentz
876af3dfd5 travis.yml: Remove allowed failures.
They don't fail anymore, and they cause notifications to #limnoria
to be duplicated.
2015-12-27 13:04:13 +01:00
Valentin Lorentz
cf52fabe10 .travis.yml: Use irctest for CI in addition to unit tests. 2015-12-20 21:16:16 +01:00
Valentin Lorentz
0c6a88c4ca .travis.yml: Allow failures on Pypy3. 2015-08-30 15:55:26 +02:00
Valentin Lorentz
b375390bca .travis.yml: Increase verbosity level. 2015-08-29 23:02:38 +02:00
Valentin Lorentz
ab08e00ba9 .travis.yml: Use container-based infrastructure. 2015-08-26 23:10:22 +02:00
Valentin Lorentz
f4b51452d7 .travis.yml: Add tests for Python 2.7 and 3.4 without optional dependencies. 2015-08-26 22:46:28 +02:00
Valentin Lorentz
1ab1bebeff travis.yml: Allow failures for Python nightly. 2015-08-09 09:41:23 +02:00
Valentin Lorentz
70fb09b489 travis.yml: Add 3.5-dev. 2015-08-08 23:08:49 +02:00
Valentin Lorentz
d814c88f34 travis.yml: Add Python nightly. 2015-05-18 23:01:45 +02:00
Mikaela Suomalainen
dada007e61 rm .travis.runonce.bash
It was supposed to perform tests that are only wanted to run once and it
was also supposed to be possible to run outside of Travis, but no one
ever looks in it at Travis and no one runs it manually. Even I use
`sandbox/check_trans.py`.
2014-12-27 23:17:01 +02:00
Valentin Lorentz
73edd9bd3c Revert "travis.yml: “It will make your build faster”, they say."
This reverts commit bc215d72be.
2014-12-27 22:05:27 +01:00
Valentin Lorentz
bc215d72be travis.yml: “It will make your build faster”, they say. 2014-12-27 20:28:49 +01:00
Mikaela Suomalainen
ae46a2f494 .travis.yml: add pypy3
`travis lint` said that this file still looks valid.
2014-08-02 11:51:52 +03:00
Mikaela Suomalainen
d14ff94e05 fix .travis.yml
before

```
% travis lint .travis.yml
Warnings for .travis.yml:
[x] value for notifications section is empty, dropping
[x] in notifications section: unexpected key on_success, dropping
[x] in notifications section: unexpected key on_failure, dropping
```

now:

```
Hooray, .travis.yml looks valid :)
```

See also ProgVal/Supybot-plugins#217
2014-07-16 15:35:06 +03:00
Valentin Lorentz
5446ac13c5 .travis.runonce.bash: care about exit status
Squashed commit of the following:

commit aa8823331ebccebdca83810545b167deb2e6303e
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date:   Tue Jul 15 20:47:29 2014 +0300

    .travis.yml: remove duplicate x

commit ef3b363aa6b692c771733f1b4a9d352c9224f3d0
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date:   Sun Jul 13 22:32:10 2014 +0300

    .travis.runonce.bash: add spaces

commit 004905729f954b5368510098fa2cac2a7181964a
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date:   Sun Jul 13 22:28:48 2014 +0300

    .travis.runonce.bash: pipe msgcheck to true

commit d5bdeac5f7754c9443c983f374d41a2f9bc0d1b3
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date:   Sun Jul 13 11:04:40 2014 +0300

    .travis.runonce.bash: remove RTFD

    There is now hook for it at GitHub.

commit e1dab24f0f6f1c406b2284298a2e8ab3908bdc23
Author: Mikaela Suomalainen <mikaela.suomalainen@outlook.com>
Date:   Sat Jul 12 23:34:14 2014 +0300

    .travis.runonce.bash: care about exit status

    This excludes msgcheck, because it's over-sensitive and always returns
    exit value which logic I don't remember unless everything is correct
    according to it.

    Oh and the behaviour before this commit allows everything to fail
    without having exit code which shows that it failed and we wouldn't
    notice any failures in near future.
2014-07-15 19:51:19 +02:00
Mikaela Suomalainen
9ac4ee8e99 .travis.yml: enable fast-finish
If I understand correctly, this makes the build fail when one build fails without having to wait for all builds to finish.

This might abort building for those which haven't finished yet, but we probably want to know that build fails as soon as one build fails.
2014-07-12 11:18:25 +03:00
Mikaela Suomalainen
2fbb279ac2 fix .travis.yml 2014-07-05 00:19:30 +03:00
Mikaela Suomalainen
cdd564f115 Break .travis.yml to two files
* .travis.yml = the primary Travis config file.
* .travis.runonce.bash = the script which we want to run only once per
build.
2014-07-05 00:01:14 +03:00
Mikaela Suomalainen
1a93246e4e .travis.yml: add check_trans for core too. 2014-06-07 21:55:10 +03:00
Valentin Lorentz
80bb63460d Fix previous commit. 2014-05-24 22:14:35 +02:00
Valentin Lorentz
06b929c1a3 Revert "Update .travis.yml"
This reverts commit 732b2daace.

Conflicts:
	.travis.yml
2014-05-24 22:13:20 +02:00
Mikaela Suomalainen
e8e16e6f3f .travis.yml: disable email spam.
[SKIP CI]
2014-05-19 17:07:01 +03:00
Mikaela Suomalainen
7d446dff7f .travis.yml: make pip install line a little more clean. 2014-05-17 22:42:58 +03:00
Mikaela Suomalainen
79fadf5a3b Update .travis.yml 2014-05-13 20:28:49 +03:00
Mikaela Suomalainen
732b2daace Update .travis.yml 2014-05-13 20:23:40 +03:00
Mikaela Suomalainen
1754dbd08e .travis.yml: run sandbox/check_trans.py 2014-05-11 19:42:12 +03:00
Mikaela Suomalainen
2efdf38e1b requirements.txt: add sqlalchemy & feedparser
from .travis.yml && travis.yml: use requirements.txt.
2014-04-30 17:24:08 +03:00
Mikaela Suomalainen
6de65bc0e7 .travis.yml: add Python 3.4 [DO NOT MERGE UNTIL TRAVIS SUPPORTS IT!]. 2014-04-18 09:16:13 +03:00
Valentin Lorentz
8dbc4da0ac Revert ".travis.yml: add Python 3.4."
This reverts commit d84f6b4834.
2014-04-18 06:12:53 +00:00
Mikaela Suomalainen
d84f6b4834 .travis.yml: add Python 3.4.
According to https://github.com/travis-ci/travis-ci/issues/1989 Travis
will get Python versions from
https://launchpad.net/~fkrull/+archive/deadsnakes
and that PPA has python3.4 so it should be installed to them soon.

Feel free to not merge this until it has happened.
2014-04-18 08:53:53 +03:00
Valentin Lorentz
ecadc05c7c travis.yml: Remove IRC notifications. 2014-03-22 11:49:48 +00:00
Valentin Lorentz
39d874024f .travis.yml: Disable 'the build passed' message. 2014-01-12 16:07:18 +01:00
Valentin Lorentz
c2e4a35b48 Install python-dateutil on Travis. 2013-11-24 15:07:57 +00:00
Valentin Lorentz
e6bda5657e Add python-gnupg as a dependency on Travis. 2013-10-29 17:10:09 +01:00
Valentin Lorentz
36f54039fc travis.yml: Add IRC notifications. 2013-08-11 13:36:46 +02:00
Valentin Lorentz
f7f003a8a0 travis.yml: Add Filter to the list of excluded plugins. 2013-08-03 16:06:50 +02:00
Valentin Lorentz
4cebfb93f4 .travis.yml: Add SQLAlchemy. 2013-07-23 23:20:30 +02:00