Skip to content

Commit

Permalink
Corrected typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernardo-MG committed Mar 18, 2017
1 parent a7df4ce commit 0de588b
Showing 1 changed file with 5 additions and 9 deletions.
14 changes: 5 additions & 9 deletions {{cookiecutter.package_name}}/.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
# Using Python for the project
language: python
python:
# Python 2.6 is obsolete
#- "2.6"
# Python 2.7 is set to test the docs in the configuration matrix
#- "2.7"
# Python 3.2 is obsolete
#- "3.2"
- "3.3"
- "3.4"
# Python 3.5 is set to test and deploy the docs, and to run the coverage report, in the configuration matrix
#- "3.5"
- "3.5"
# Python 3.6 is set to test and deploy the docs, and to run the coverage report, in the configuration matrix
#- "3.6"
- "pypy"
- "pypy3"
matrix:
Expand All @@ -22,7 +18,7 @@ matrix:
- python: "2.7"
env: TEST_DOCS=true
# Tests and deploys docs, also runs coverage report
- python: "3.5"
- python: "3.6"
env: COVERAGE=true TEST_DOCS=true DEPLOY_DOCS=true
addons:
apt:
Expand Down Expand Up @@ -51,7 +47,7 @@ script:
- ~/.scripts/python/run_tests.sh true $PYTHON_VERSION_TEST
# Documentation tests are run
- ~/.scripts/python/run_tests.sh $DO_TEST_DOCS docs
# Documentation tests are run
# Coverage tests are run
- ~/.scripts/python/run_tests.sh $DO_COVERAGE coverage
after_success:
# Documentation deployment
Expand Down

0 comments on commit 0de588b

Please sign in to comment.