Skip to content

Commit f280150

Browse files
committed
travis: use tox, remove email notifications
1 parent 1b09a2a commit f280150

2 files changed

Lines changed: 16 additions & 10 deletions

File tree

.travis.yml

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
language: python
2-
python:
3-
- "3.4"
4-
- "3.5"
5-
- "3.6"
6-
- "nightly"
7-
install:
8-
- pip install -e .[test] --upgrade
9-
script:
10-
- pytest -vv tests
1+
language: python
2+
python:
3+
- "3.4"
4+
- "3.5"
5+
- "3.6"
6+
- "nightly"
7+
install:
8+
- pip install tox-travis
9+
script:
10+
- tox
11+
12+
notifications:
13+
email: false

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
[tox]
22
envlist =
3+
py34
4+
py35
35
py36
46
py36-env
7+
py37
58

69
[testenv]
710
commands =

0 commit comments

Comments
 (0)