Skip to content

Commit

Permalink
Oops I forgot to remove the debugging trick
Browse files Browse the repository at this point in the history
Also add support for 3.6
  • Loading branch information
thekad committed Mar 31, 2017
1 parent 5c52989 commit 89453c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -4,13 +4,14 @@ python:
- '3.3'
- '3.4'
- '3.5'
- '3.6'
before_install:
- pip install -r test-requirements.txt
install:
- python setup.py install
script:
- "( python --version 2>&1 | grep -q '^Python 2' ) || 2to3 -w tests/"
- python tests/all.py
- python setup.py test
notifications:
pushover:
api_key:
Expand Down

0 comments on commit 89453c3

Please sign in to comment.