Run tests with Python3.6 on travis.

This commit is contained in:
Rémy HUBSCHER 2017-02-10 14:29:29 +01:00 committed by jrconlin
parent 8ff7c68248
commit 759245413a
1 changed files with 7 additions and 6 deletions

View File

@ -1,11 +1,12 @@
language: python
python:
- "2.7"
- "2.7"
- "3.6"
install:
- pip install -r requirements.txt
- pip install -r test-requirements.txt
- pip install -r requirements.txt
- pip install -r test-requirements.txt
script:
- nosetests
- flake8 pywebpush
- nosetests
- flake8 pywebpush
after_success:
- codecov
- codecov