1
0
forked from VimPlug/jedi
Commit Graph

41 Commits

Author SHA1 Message Date
Dave Halter add5b68269 Try to get travis working again. 2016-08-01 14:47:03 +02:00
Dave Halter 9af2fe6f0d Remove the Python 3.2 test from travis. 2016-07-03 11:57:58 +02:00
Dave Halter 82c76fa689 Merge with the linter branch (especially the changes of pep484. 2016-06-07 13:51:25 +02:00
Rick van Hattem 4afc74f1c7 fixing python 3.2 and 3.5 issues 2016-03-31 04:56:17 +02:00
Rick van Hattem 97178dd92b enabled python 3.5 support 2016-03-31 03:27:43 +02:00
Claude 3a36bb3a36 Seems necessary to explicitly specify python3.5: https://github.com/travis-ci/travis-ci/issues/4794 2016-02-10 17:46:56 +01:00
Claude 04524cd63c make travis test python3.5 as well 2016-02-10 13:06:27 +01:00
immerrr c88f251206 travis.yml: run on new infrastructure 2015-10-21 18:04:32 +03:00
Danilo Bargen 49089c06ff Travis now provides Python 3.4 2014-07-26 17:41:32 +02:00
ColinDuquesnoy b18b3e3edd install python 3.4 only if toxenv is py34 2014-03-18 21:47:24 +01:00
ColinDuquesnoy 666d037022 Travis: add apt-get update 2014-03-18 20:55:39 +01:00
ColinDuquesnoy d810c13a58 Install python 3.4 from ppa 2014-03-18 20:51:49 +01:00
ColinDuquesnoy 9470bc6c63 Add TOXENV=py34 to .travis.yml 2014-03-18 20:39:02 +01:00
David Halter 458497747b add pypy to failing travis tests 2013-09-04 21:35:54 +04:30
Takafumi Arakaki 96ca86e9f7 Run random smoke test at Travis 2013-05-24 23:06:51 +02:00
David Halter d27dc0d58e remove py2.5 from travis - this also removes python 2.5 support 2013-04-20 14:37:18 +04:30
Danilo Bargen fb96f9bf3d Missing semicolon in .travis.yml 2013-04-10 23:52:57 +02:00
Takafumi Arakaki 944b3200a0 Fix allow_failures syntax
allow_failures.env requires a string when matrix/global is not used?
Also, indent is changed to fit with other entries.
2013-04-10 17:28:15 +02:00
Takafumi Arakaki 658bcb6421 Install coveralls only when needed 2013-04-10 17:23:50 +02:00
Takafumi Arakaki 8e4a76ca1b Allow TOXENV=cov to fail in travis-ci 2013-04-10 17:09:36 +02:00
Takafumi Arakaki af22409059 Separate tox env for coverage check 2013-04-10 17:08:20 +02:00
Danilo Bargen 798136787f Configuration to run coveralls on py33 2013-04-10 16:30:32 +02:00
Aldo Stracquadanio 07ec134bc9 Adding python 3.3 to test environment, mani fixes
Added python 3.3 to test-suite

Removed unused import

Removed unused import

Migrated to EAFP for attribute checking

Bumped version of ModulePickling for migration to hashlib

Added py33 environment to tox

Fixed issue with package importing on python 3.3
2013-03-27 10:48:56 +00:00
Takafumi Arakaki 3d647d3f3d Use --quiet when installing tox 2013-03-14 10:35:20 +01:00
Takafumi Arakaki 191e8f690b Simplify .travis.yml 2013-03-14 10:33:28 +01:00
Takafumi Arakaki e5b660b0a1 Use PIP_INSECURE=t only in Python 2.5 test 2013-03-12 11:33:01 +01:00
Takafumi Arakaki 5c3252908f Use PIP_INSECURE=t 2013-03-12 09:29:00 +01:00
Takafumi Arakaki ab33400f76 Install libbluetooth-dev for Python 2.5 2013-03-12 09:21:30 +01:00
Takafumi Arakaki 135dd56e61 Install libssl-dev for Python 2.5 2013-03-12 09:15:30 +01:00
Takafumi Arakaki 9e600ed0b1 Use --insecure when running pip with Python 2.5 2013-03-12 09:04:56 +01:00
Takafumi Arakaki e7b352b826 Install ssl in .travis.yml 2013-03-12 09:01:56 +01:00
Takafumi Arakaki 88adcbcf8a Use tox in .travis.yml 2013-03-12 08:03:55 +01:00
Takafumi Arakaki ab79689cee Use unittest2 for Python < 2.7 2013-03-10 21:28:27 +01:00
Takafumi Arakaki 6d2f7558fb Run doctests on Travis CI 2013-02-26 10:45:58 +01:00
David Halter d89d80733f travis: install simplejson for python 2.5 2013-01-12 01:20:51 +01:00
David Halter 8416a0dc9f add python 2.6 to travis testing again, because weakrefs are gone now 2012-12-09 16:43:21 +01:00
David Halter d728ba6413 removed python 2.6 from travis testing, because one test failed non-reproducible on my systems 2012-12-02 23:13:59 +01:00
David Halter 30c61befba fixed travis test bug 2012-09-06 02:17:53 +02:00
David Halter eb79942a81 added regression tests. with tests for user scopes 2012-09-05 23:49:51 +02:00
David Halter 7c3a1c2952 remove pypy from travis testing 2012-09-01 12:35:22 +02:00
Danilo Bargen 043e530702 Travis config file 2012-06-04 16:34:47 +02:00