Skip to content
Snippets Groups Projects
Commit 0a49889e authored by Ramon Buldó's avatar Ramon Buldó
Browse files

Remove pygobject in requirements as travis can't find dependency

parent a7481be1
No related branches found
No related tags found
No related merge requests found
......@@ -4,10 +4,9 @@ language: python
python:
- "3.4"
- "pypy"
# command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors
install: pip install --allow-all-external -r requirements.txt
install: pip install -r requirements.txt --use-mirrors
# command to run tests, e.g. python setup.py test
script: python setup.py test
wheel==0.24.0
pygobject>=3
\ No newline at end of file
wheel==0.24.0
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment