mirror of
https://github.com/python-escpos/python-escpos
synced 2025-10-03 09:19:59 +00:00
clean travis configuration file
3d61445e2c
did not really improve the travis-build.
Now try to explcitly install tox.
This commit is contained in:
@@ -2,12 +2,7 @@ language: python
|
|||||||
sudo: false
|
sudo: false
|
||||||
cache: pip
|
cache: pip
|
||||||
before_install:
|
before_install:
|
||||||
- pip install codecov
|
- pip install tox
|
||||||
# install dependencies
|
|
||||||
install:
|
|
||||||
- pip install --user -r requirements.txt
|
|
||||||
after_success:
|
|
||||||
- codecov
|
|
||||||
# command to run tests
|
# command to run tests
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
Reference in New Issue
Block a user