pip doesn't detect dist-package for some reason.
This commit is contained in:
parent
828dc08763
commit
5c9e7ec502
4
.travis-requirements.txt
Normal file
4
.travis-requirements.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
pytest>=2.5
|
||||||
|
colour>=0.0.5
|
||||||
|
mock>=1.0
|
||||||
|
pep8>=1.5
|
@ -3,7 +3,7 @@ python:
|
|||||||
- "3.3"
|
- "3.3"
|
||||||
install:
|
install:
|
||||||
- "sudo apt-get install python3-sphinx"
|
- "sudo apt-get install python3-sphinx"
|
||||||
- "pip install -r dev-requirements.txt"
|
- "pip install -r .travis-requirements.txt"
|
||||||
script:
|
script:
|
||||||
- "pep8 --ignore E501 i3pystatus tests"
|
- "pep8 --ignore E501 i3pystatus tests"
|
||||||
- "PYTHONPATH=. py.test" # run unit tests
|
- "PYTHONPATH=. py.test" # run unit tests
|
||||||
|
Loading…
Reference in New Issue
Block a user