Skip to content

Commit

Permalink
Add Appveyor CI
Browse files Browse the repository at this point in the history
Closes #1
  • Loading branch information
jayvdb committed Feb 26, 2020
1 parent 077cb7a commit 60550f1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .appveyor.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
environment:
matrix:
- TOXENV: py37
install:
- pip install tox
build: false
test_script:
- git clone --depth 1 https://github.com/EFForg/https-everywhere
- mv https-everywhere ..
- tox
matrix:
fast_finish: true
skip_branch_with_pr: true
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To test

```sh
git clone https://github.com/jayvdb/https-everywhere-py
git clone https://github.com/EFForg/https-everywhere
git clone https://github.com/EFForg/https-everywhere # possibly use --depth 1
cd https-everywhere-py
tox
```
Expand Down

0 comments on commit 60550f1

Please sign in to comment.