diff options
author | Felix Yan <felixonmars@archlinux.org> | 2016-02-21 14:40:27 +0800 |
---|---|---|
committer | Jelmer Vernooij <jelmer@jelmer.uk> | 2018-03-30 19:32:43 +0100 |
commit | ce71d072613b368d8a531065cb202c92fbdfbe89 (patch) | |
tree | 0f4404b64f1b5dad5e5f39c7d9e37adc94b9b293 | |
parent | 03d0623cda559be4386ca263baa95823d391b541 (diff) | |
download | testrepository-git-ce71d072613b368d8a531065cb202c92fbdfbe89.tar.gz |
Enable automated testing with Python 3.5
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 9f4ec7f..ccffaad 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ python: - "2.7" - "3.3" - "3.4" + - "3.5" - "pypy" - "pypy3.3-5.2-alpha1" matrix: |