RDFLib / rdflib-sqlalchemy

RDFLib store using SQLAlchemy dbapi as back-end
Other
148 stars 34 forks source link

Clean up unit-test invocation with tox / Travis CI #20

Closed adamhadani closed 8 years ago

adamhadani commented 8 years ago

Addresses most issues raised in #19 -

  1. Switch to use tox for running unit-tests in Travis CI, removing redundant unit-test running code definitions from Travis configuration file
  2. Adds flake8 (linting) target to the tox configuration for linting code and running style checks as part of CI
  3. Remove unneeded requirements-py{2,3}.txt file that were previously used by travis CI config
  4. adds default flake8 configuration to setup.cfg

These changes need to be checked once this PR is live and Travis CI actually picks up the branch and tries to build it, might need a couple of tweaks to get it fully working, will update this PR with comment once looks good (and should be able to see once Travis CI checks pass) all tests verified to pass on Travis CI: https://travis-ci.org/RDFLib/rdflib-sqlalchemy/builds/162038128

adamhadani commented 8 years ago

@gjhiggins LMK if looks good to you I'll go ahead and merge this, verified all tests pass

adamhadani commented 8 years ago

planning to merge this in unless I hear differently in the next couple of days, cc/ @gjhiggins

ghost commented 8 years ago

Go for it :)