Skip to content

Commit c7f826a

Browse files
committed
Invoke scripts with "python -m" and use "tox -e py"
1 parent 1149e82 commit c7f826a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
sudo: false
22
language: python
3-
install: pip install tox
4-
script: tox
3+
install: python -m pip install tox
4+
script: python -m tox -e py
55
matrix:
66
include:
77
- python: 2.7

0 commit comments

Comments
 (0)