pip doesn't detect dist-package for some reason.

This commit is contained in:
enkore 2014-10-17 12:53:38 +02:00
parent 828dc08763
commit 5c9e7ec502
2 changed files with 5 additions and 1 deletions

4
.travis-requirements.txt Normal file
View File

@ -0,0 +1,4 @@
pytest>=2.5
colour>=0.0.5
mock>=1.0
pep8>=1.5

View File

@ -3,7 +3,7 @@ python:
- "3.3"
install:
- "sudo apt-get install python3-sphinx"
- "pip install -r dev-requirements.txt"
- "pip install -r .travis-requirements.txt"
script:
- "pep8 --ignore E501 i3pystatus tests"
- "PYTHONPATH=. py.test" # run unit tests