Explicit unpacking of metadata in setup.py for 2.7/3.4 support

This commit is contained in:
Niru Maheswaranathan
2017-05-25 12:04:47 -07:00
parent 2ef7ba6b49
commit d7732f2f0e
3 changed files with 12 additions and 3 deletions

View File

@@ -3,6 +3,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
install:
- sudo apt-get update
- if [[ "$TRAVIS_PYTHON_VERSION" == "2.7" ]]; then