We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b09a2a commit f280150Copy full SHA for f280150
2 files changed
.travis.yml
@@ -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
+language: python
+python:
+ - "3.4"
+ - "3.5"
+ - "3.6"
+ - "nightly"
+install:
+ - pip install tox-travis
+script:
+ - tox
11
+
12
+notifications:
13
+ email: false
tox.ini
@@ -1,7 +1,10 @@
[tox]
envlist =
+ py34
+ py35
py36
py36-env
+ py37
[testenv]
commands =
0 commit comments