Skip to content

Commit 9d2a268

Browse files
author
Rémy HUBSCHER
committed
Run tests with Python3.6 on travis.
1 parent 36555b6 commit 9d2a268

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.travis.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
language: python
22
python:
3-
- "2.7"
3+
- "2.7"
4+
- "3.6"
45
install:
5-
- pip install -r requirements.txt
6-
- pip install -r test-requirements.txt
6+
- pip install -r requirements.txt
7+
- pip install -r test-requirements.txt
78
script:
8-
- nosetests
9-
- flake8 pywebpush
9+
- nosetests
10+
- flake8 pywebpush
1011
after_success:
11-
- codecov
12+
- codecov

0 commit comments

Comments
 (0)