File tree 2 files changed +13
-8
lines changed
2 files changed +13
-8
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,10 @@ matrix:
55
55
- python : nightly
56
56
57
57
install :
58
- - pip install tox tox-travis
58
+ - pip install .[test]
59
59
60
- script : " tox"
60
+ script :
61
+ - python setup.py test
61
62
62
63
# the vips7 py binding won't work with pypy, make sure it's off
63
64
before_install :
Original file line number Diff line number Diff line change @@ -8,16 +8,20 @@ envlist =
8
8
9
9
[travis]
10
10
python =
11
- 3.6: doc
11
+ 2.7: test
12
+ 3.3: test
13
+ 3.4: test
14
+ 3.5: test
15
+ 3.6: test, doc
16
+ 3.7: test
17
+ pypy: test
18
+ pypy3: test
12
19
13
20
[pytest]
14
- addopts =--verbose
15
- log_level = WARNING
21
+ norecursedirs = .eggs tmp* vips-*
22
+ log_level = WARNING
16
23
17
24
[testenv]
18
- setenv =
19
- PYTHONPATH = {toxinidir}:{toxinidir}
20
-
21
25
commands =
22
26
test: python setup.py test
23
27
qa: pip install -e .[test]
You can’t perform that action at this time.
0 commit comments