Commit Graph

11 Commits

Author SHA1 Message Date
Jeremy Bowman 3c3df7f82c Install graphviz Python package on Travis 2017-01-25 12:14:58 -05:00
Jeremy Bowman f79143fd04 Fix binary GraphViz output on Python 3 2017-01-25 11:36:18 -05:00
Adam Chainz 275335df3e Add Python 3.5 support 2016-02-14 15:06:58 +00:00
Vineet Naik 474ce66ac5 Don't test on 3.2 on travis-ci
pip version >=8.0.0 has dropped support for python version 3.0-3.2
2016-02-14 19:42:24 +05:30
Vineet Naik 226007bfe1 Fix builds on travis-ci (3rd attempt) 2016-02-14 19:36:16 +05:30
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