summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2017-10-03 22:12:59 -0700
committerIvan Kanakarakis <ivan.kanak@gmail.com>2018-06-28 21:53:34 +0300
commit0408eea42754c37d1fef6894aa350fddc8afd81f (patch)
treea21597c27ebe85a6c58738a6fffb22b224aebbf6 /.travis.yml
parentf22506ed9ffb737e6e26942fa5d3f3ba851c0a87 (diff)
downloadpysaml2-0408eea42754c37d1fef6894aa350fddc8afd81f.tar.gz
Document and test all supported Python versions
Added trove classifiers for all supported Python versions. Added missing versions to tox and Travis CI configurations. Use tox-travis to kick of tox from Travis. Ensures library is tested against all modern Python versions to reduce the risk of regressions.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index b9fdd09f..096fb3ee 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,10 +1,10 @@
-language: python
-
sudo: false
-
-env:
- - TOXENV=py27
- - TOXENV=py34
+language: python
+python:
+ - 2.7
+ - 3.4
+ - 3.5
+ - 3.6
addons:
apt:
@@ -15,7 +15,7 @@ services:
- mongodb
install:
- - pip install -U tox
+ - pip install tox-travis
script:
- tox