Skip to content
This repository was archived by the owner on Oct 9, 2021. It is now read-only.

Commit 0f8f76a

Browse files
authored
Merge pull request #190 from wakatime/python-33-testing
Run tests on Python 3.3
2 parents 55b411e + 61fcc18 commit 0f8f76a

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ matrix:
44
- python: 2.6
55
dist: trusty
66
- python: 2.7
7+
- python: 3.3
8+
dist: trusty
79
- python: 3.4
810
- python: 3.5
911
- python: 3.6
1012
- python: 3.7
11-
dist: xenial
1213
sudo: true
1314
install:
1415
- if [[ $TRAVIS_PYTHON_VERSION != '2.6' ]]; then travis_retry pip install coveralls; fi

0 commit comments

Comments
 (0)