1. 16 1月, 2018 3 次提交
  2. 12 1月, 2018 2 次提交
  3. 10 1月, 2018 8 次提交
  4. 09 1月, 2018 5 次提交
  5. 08 1月, 2018 3 次提交
  6. 04 1月, 2018 4 次提交
  7. 03 1月, 2018 1 次提交
  8. 02 1月, 2018 11 次提交
  9. 27 12月, 2017 2 次提交
  10. 24 12月, 2017 1 次提交
    • C
      Bump six requirement to 1.10.0 · fa8cb14c
      Cleber Rosa 提交于
      The environment that Travis-CI sets up is somehow broken with regards
      to the requirements for six.  The exact message we get and running
      selftests/run is:
      
         pkg_resources.ContextualVersionConflict: (six 1.9.0
         (/home/travis/virtualenv/python3.4_with_system_site_packages/lib/python3.4/site-packages),
         Requirement.parse('six>=1.10.0'), {'Fabric3'})
      
      Let's bump the requirements to 1.10.0, to try to help Travis-CI.
      Signed-off-by: NCleber Rosa <crosa@redhat.com>
      fa8cb14c