diff options
| author | Val Neekman <val@neekware.com> | 2014-10-16 21:22:45 -0400 |
|---|---|---|
| committer | Val Neekman <val@neekware.com> | 2014-10-16 21:22:45 -0400 |
| commit | 6e1793fcda103bc1cae7f96295c56574be7880cc (patch) | |
| tree | e71566d4ed21f3c2898fd5c39cfcb3e4ecba6516 /.travis.yml | |
| parent | 8913ad5da40297553d95e10e819b3c841b831a18 (diff) | |
| download | python-slugify-0.1.0.tar.gz | |
add PY3.4 support + more tests0.1.0
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 1566bd5..d51b361 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,12 @@ python: - "2.7" - "3.2" - "3.3" + - "3.4" - pypy install: - pip install -q -r requirements.txt --use-mirrors before_script: - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then 2to3 --no-diffs --write --nobackups slugify; fi - if [[ $TRAVIS_PYTHON_VERSION == '3.3' ]]; then 2to3 --no-diffs --write --nobackups slugify; fi + - if [[ $TRAVIS_PYTHON_VERSION == '3.4' ]]; then 2to3 --no-diffs --write --nobackups slugify; fi script: python test.py |
