Commit Graph

21 Commits (0e671baa33e3ecfdf92169f206c7b7c19abc3ea0)

Author SHA1 Message Date
Toshio Kuratomi a22cf8ffc1 Properly add the new test and limit six test to lib 9 years ago
Toshio Kuratomi f34b55ac2b Add python3-compat boilerplate to all .py files in lib/ansible 9 years ago
Toshio Kuratomi 8effa23ad7 Add unicode integration tests to be run in travis 9 years ago
Marius Gedminas 9802c006a2 Typo: TOKENV -> TOXENV
This is purely cosmetic: the logic worked correctly, since tox never saw
the TOKENV environment variable.
9 years ago
Marius Gedminas 43a65c7de4 Revert "Can we even ask for Python 2.4 on Travis?"
Becaue we can't: https://travis-ci.org/mgedmin/ansible/jobs/84866458

This reverts commit e31e866e79.
9 years ago
Marius Gedminas e31e866e79 Can we even ask for Python 2.4 on Travis? 9 years ago
Marius Gedminas 29202454c6 Run Travis integration tests with the right Python version 9 years ago
Marius Gedminas 3e0fbad4bb We need Python.h to build pycrypto on 3.5 9 years ago
Marius Gedminas 6fec8fef6c For some reason Python 3.5 wasn't preinstalled on Travis 9 years ago
Marius Gedminas f1f3bc9e50 Add Python 3.5 to tox.ini 9 years ago
Toshio Kuratomi 3db8070aa3 Fix urlopen usage to use open_url instead
Add a travis test for urlopen usage
9 years ago
Toshio Kuratomi d0d40dff9e Enable the var precedence test in travis 9 years ago
Toshio Kuratomi 1eee5ec6ff Enable py34 test in travis so we don't regress recent fixes 9 years ago
Toshio Kuratomi 87cb7f8147 Push python2.4 check into travis 9 years ago
James Cammarata 13b8a57d3d Undo previous travis/tox fixes and fix underlying issue 9 years ago
James Cammarata e7009a14b4 Removing python 2.4 from travis install 9 years ago
Toshio Kuratomi a155f65a89 Disable docs checks 9 years ago
Toshio Kuratomi d612838116 Add packages needed to build the docs 10 years ago
Toshio Kuratomi 881dbb6da1 Add building of docs to travis 10 years ago
Matt Martz a0fc8bb0bd Testing additions and fixes
* Fix import pathing for units.mock
* Add some additional requirements
* Use compileall to test compatiblity with different python versions
10 years ago
James Laska 3d67e9e0c0 Add tox and travis-ci support
Add tox integration to run unittests in supported python releases.
Travis-CI is used for test execution.

Additionally, the unittest TestQuotePgIdentifier was updated to support
using assert_raises_regexp on python-2.6.

Sample travis-ci output available at
https://travis-ci.org/ansible/ansible/builds/54189977
10 years ago