Commit Graph

6 Commits

Author SHA1 Message Date
Vineet Naik 8d7f85f3e4 Fix builds on travis-ci (2nd attempt)
The pip version will be upgraded before creating the test-envs
2016-02-14 19:33:05 +05:30
Vineet Naik 4e012fd976 Fix builds failing on travis-ci
By forcing installation of pip>=8.0.2
2016-02-14 19:17:04 +05:30
Vineet Naik 49f4f977b4 Migrate travis builds to container-based infra 2015-07-30 00:23:10 +05:30
Vineet Naik d13ff8bdef Modify test workflow
This commit decouples the test virtualenv creation from tox and simplify
it for running both locally and on travis-ci. Creation of the test
virtualenvs now happen via Makefile target 'test-env' which will create
2 virtualenvs in the dir tests/virtualenvs and also dump their
respective package data in .pickle files that will be used by the tests.

Also, builds on travis now no longer depend on tox but reuses some of
the Makefile targets for test virtualenv creation/cleanup.
2015-07-30 00:07:15 +05:30
Vineet 53aa14377b Add more envs to travis.yml 2014-06-15 00:09:38 +05:30
Marc Abramowitz ec9d4260a2 Add .travis.yml for Travis CI 2014-06-12 13:13:28 -07:00