summaryrefslogtreecommitdiff
path: root/.travis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Add python 3.5 supportIan Cordasco2015-09-171-0/+6
| | | | Add a notification for the PyCQA channel
* Merge pull request #420 from myint/masterIan Lee2015-07-151-0/+1
|\ | | | | Support Python 3.5
| * Test on Python 3.5Steven Myint2015-07-141-0/+1
| |
* | Remove pypy* from allowed failuresIan Cordasco2015-07-141-4/+1
|/ | | | | | | | | The pypy jobs have not failed in a long time. Keeping them in allowed_failures means that if they start failing, no one will notice them. We also start using "sudo: false" since we are not installing anything with apt and this will speed up build times.
* Add tests on PyPy 3 for Travis-CItest-pypy3Florent Xicluna2014-12-171-0/+2
|
* Email notificates when Travis runsIan Lee2014-12-131-0/+4
|
* Add Python 3.4 to .travis.ymlFlorent Xicluna2014-05-271-0/+1
|
* Update Travis configuration, and the wheel badgeFlorent Xicluna2014-04-041-1/+1
|
* No more support for Python 2.5 on TravisFlorent Xicluna2014-03-221-1/+0
|
* Fix 'python setup.py test'Florent Xicluna2013-03-021-1/+1
|
* Add the unittests to the configurationFlorent Xicluna2013-03-011-0/+1
|
* Add installation to the testsFlorent Xicluna2013-01-181-0/+1
|
* Merge pull request #148 from myint/masterFlorent Xicluna2012-12-221-1/+0
|\ | | | | Remove Python 3.1 from Travis CI tests
| * Remove Python 3.1myint2012-12-221-1/+0
| | | | | | | | It is no longer supported by Travis CI.
* | Enable tests on Python 3.3Florent Xicluna2012-12-221-0/+1
|/
* Don't report failures due to PyPy JIT.Florent Xicluna2012-06-011-0/+3
|
* Only 3.1 make sense for Travis-CI build.Florent Xicluna2012-05-261-2/+1
|
* Tentatively enable more builds.Florent Xicluna2012-05-261-1/+5
|
* Add .travis.ymlMarc Abramowitz2012-05-091-0/+11