Commit Graph

4 Commits

Author SHA1 Message Date
ciarancourtney d22cffb19f upgrade gnureadline 6.3.3 > 6.3.8 to avoid install issues (has wheels for py27 > py36) 2018-04-15 21:47:20 +01:00
Haiko Schol ac6d8def3a Update psycopg2 version in one of the test environments
psycopg2 2.5.2 fails to install with PostgreSQL 10+.
2018-01-31 14:52:08 +01:00
Jeremy Bowman f79143fd04 Fix binary GraphViz output on Python 3 2017-01-25 11:36:18 -05:00
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