abantos / bolt

A task automation tool (similart to grunt) for Python
MIT License
15 stars 8 forks source link

Update Travis to Test on All Supported Python Versions #78

Closed CurroRodriguez closed 7 years ago

CurroRodriguez commented 7 years ago

Description

Currently, I'm only testing on Python 2.7 and 3.5, but Python 3.6 has already been released. I need to insure all versions that need to be supported are being used in the CI/CD pipeline. Ideally, these versions will be:

The most problematic one might be 3.3 and it could be dropped if issues are found.

CurroRodriguez commented 7 years ago

Issue #78: Update Travis to Test on All Supported Python Versions

CurroRodriguez commented 7 years ago

Implemented in PR #80