fix tests

This commit is contained in:
Maximilian Hils 2015-09-21 23:39:22 +02:00
parent 2536e1d3e7
commit a978c6b9ce
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -18,6 +18,7 @@ mitmdumpc
netlib
pathod
libpathod
.cache/
# UI

View File

@ -35,7 +35,7 @@ matrix:
- python: pypy
install:
- "pip install --src . -r requirements.txt"
- "pip install -r requirements.txt"
before_script:
- "openssl version -a"