Commits on Oct 12, 2016
  1. Small update to TravisCI config

    Deleted unnecessary line from TravisCI config.
    committed Oct 12, 2016
Commits on Oct 4, 2016
  1. Travis CI defining python version

    Attempting to define the correct python version explicitly.
    committed Oct 4, 2016
  2. Travis CI correction

    Copied syntax for conditional test from facebook example. Hopefully
    will work now.
    committed Oct 4, 2016
  3. Travis updates

    Added $ to variable name
    committed Oct 4, 2016
  4. An upgrade to get Travis CI working

    Travis test 2.7 now works, but only after updating to 2.7.12 (why on
    earth Travis CI defaults to 2.7.9 is beyond me. ) but trying to update
    3.5 creates an error, attempted to add a conditional test to get around
    this.
    committed Oct 4, 2016
  5. Final attempt to fix Travis CI

    Travis CI is basically broken for python 2.7. Still trying to fix it.
    committed Oct 4, 2016
  6. Travis CI issue identified

    The problem with Travis CI is it uses a very old version of pip when
    testing on python 2.7. Attempted to add a command to upgrade pip first
    before running installation.
    committed Oct 4, 2016
  7. Attempt to get travis CI working

    Added requirements file and updated travis to make more conservative
    tests.
    committed Oct 4, 2016
Commits on Sep 13, 2016
  1. Update for travis CI

    Added install for dependency issues
    committed Sep 13, 2016
  2. Added Travis CI test script

    Added configuration file
    committed Sep 13, 2016