mirror of
https://github.com/bendtherules/pytest_gui_status.git
synced 2026-08-18 13:42:26 +00:00
No sudo + fix indent + install tox first on travis
This commit is contained in:
+20
-16
@@ -1,3 +1,4 @@
|
|||||||
|
sudo: false
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
@@ -5,22 +6,25 @@ addons:
|
|||||||
packages:
|
packages:
|
||||||
- redis-server
|
- redis-server
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
# major versions, test first
|
# major versions, test first
|
||||||
- TOXENV=py27
|
- TOXENV=py27
|
||||||
- TOXENV=py35
|
- TOXENV=py35
|
||||||
# other versions
|
# other versions
|
||||||
- TOXENV=py26
|
- TOXENV=py26
|
||||||
- TOXENV=py33
|
- TOXENV=py33
|
||||||
- TOXENV=py34
|
- TOXENV=py34
|
||||||
- TOXENV=py35
|
- TOXENV=py35
|
||||||
- TOXENV=pypy
|
- TOXENV=pypy
|
||||||
- TOXENV=pypy3
|
- TOXENV=pypy3
|
||||||
# not included, for incompatibility
|
# not included, for incompatibility
|
||||||
# - "2.5" # tarvis errs
|
# - "2.5" # tarvis errs
|
||||||
# - "3.2" # humanfriendly cant install
|
# - "3.2" # humanfriendly cant install
|
||||||
# - "pypy3" # psutil errs
|
# - "pypy3" # psutil errs
|
||||||
|
|
||||||
|
install:
|
||||||
|
- pip install tox
|
||||||
|
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script: tox
|
script: tox
|
||||||
|
|||||||
Reference in New Issue
Block a user