Skip to content

Commit

Permalink
Test Python 3.6 on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
Psirus committed Nov 9, 2017
1 parent 8ec4eff commit 4b385cf
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .travis.yml
Expand Up @@ -4,18 +4,14 @@ before_install:
- sudo apt-get update && sudo apt-get --reinstall install -qq language-pack-pt

python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
- "3.6"

# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install:
- pip install flake8
- pip install coverage

# command to run tests, e.g. python setup.py test
script:
# - "flake8 --ignore=W191,E101 --max-complexity=10 **/**.py"
- cd tests
- nosetests --with-coverage .

0 comments on commit 4b385cf

Please sign in to comment.