We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1680244 commit 10505adCopy full SHA for 10505ad
.travis.yml
@@ -12,8 +12,8 @@ before_install:
12
13
install:
14
- pip install -r requirements/default.txt
15
- - wget https://github.com/sobhe/hazm/releases/download/v0.5/resources-0.5.zip
16
- - unzip resources-0.5.zip -d perke/resources
+ - python setup.py install
+ - python -m perke download
17
18
script:
19
- pytest
0 commit comments