diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-05 14:55:50 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-05-05 14:55:50 -0400 |
| commit | 6fb34525a9935ee687e8b89d340da126d9aa9cb5 (patch) | |
| tree | f764eda10f744b939adf90d02c9fab7874f8406d /.travis.yml | |
| parent | 3fdbb8f7fa5c84dca9a7ff309d71ae3aeff60009 (diff) | |
| download | python-setuptools-git-6fb34525a9935ee687e8b89d340da126d9aa9cb5.tar.gz | |
Add Python 3.4 as a testable version. Bump version pulled in bootstrap test.
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 0b5672cb..022824f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,10 @@ python: - 2.7 - 3.2 - 3.3 + - 3.4 - pypy # command to run tests script: - python setup.py test - python setup.py ptr - - python ez_setup.py --version 3.0.2 + - python ez_setup.py --version 3.5.1 |
