diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-05-08 01:44:26 +0200 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-05-08 01:44:26 +0200 |
commit | a2d29efc28dab7c927e412cc63c5209a7d1d6e27 (patch) | |
tree | 7a0267ea3795ce31711f129605091ad4a9ade059 | |
parent | 7c55251914f81ecff540fb55da245d843f0a3880 (diff) | |
download | Git-Auto-Deploy-a2d29efc28dab7c927e412cc63c5209a7d1d6e27.zip Git-Auto-Deploy-a2d29efc28dab7c927e412cc63c5209a7d1d6e27.tar.gz Git-Auto-Deploy-a2d29efc28dab7c927e412cc63c5209a7d1d6e27.tar.bz2 |
Updated travis file
-rw-r--r-- | .travis.yml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml index 2dce7e1..47ec811 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,14 @@ language: python python: - "2.6" - - "2.7" - - "3.2" - - "3.3" - - "3.4" +# - "2.7" +# - "3.2" +# - "3.3" +# - "3.4" - "3.5" - - "3.5-dev" # 3.5 development branch - - "nightly" # currently points to 3.6-dev +# - "3.5-dev" # 3.5 development branch +# - "nightly" # currently points to 3.6-dev # command to install dependencies install: "pip install -r requirements.txt" # command to run tests -script: python test/test_parses.py +script: python test/test_parsers.py |