Fix: salt 2018.3 + py2.7/3.x compatibility
- Fixes 'Failed to load ext_pillar reclass: Item in from list not a string'
(https://github.com/salt-formulas/reclass/issues/27)
- Update python 2.7/3.6 compatibility
diff --git a/.travis.yml b/.travis.yml
index 2a41776..b060639 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -44,7 +44,7 @@
# To test example models with kitchen:
- export PYTHON_VERSION=$TRAVIS_PYTHON_VERSION
- kitchen list
-- if [ "$PYTHON_VERSION" = "2.7" ]; then kitchen test; fi
+- kitchen test
# NOTE: travis stage builds, below saved for future reference
#jobs: