diff options
author | Jason DeTiberus <jdetiber@redhat.com> | 2016-12-20 14:54:43 -0500 |
---|---|---|
committer | Jason DeTiberus <jdetiber@redhat.com> | 2016-12-20 16:05:49 -0500 |
commit | 4cdc771f8e04f88ac47dd194da03dadfa2fdba2d (patch) | |
tree | 3e394b3da742faaa0d5d97dd0a74d4efd03c6567 /.travis.yml | |
parent | 3e5f3380ccacc654450924fca830b93fda6c7592 (diff) | |
download | openshift-4cdc771f8e04f88ac47dd194da03dadfa2fdba2d.tar.gz openshift-4cdc771f8e04f88ac47dd194da03dadfa2fdba2d.tar.bz2 openshift-4cdc771f8e04f88ac47dd194da03dadfa2fdba2d.tar.xz openshift-4cdc771f8e04f88ac47dd194da03dadfa2fdba2d.zip |
python3 support, add tox for better local testing against multiple python versions
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index b5b7a2a59..9443b6550 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ sudo: false language: python python: - "2.7" + - "3.5" install: - pip install -r requirements.txt |