Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
joamag committed Aug 14, 2019
1 parent ca798d8 commit 0a56939
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Expand Up @@ -6,11 +6,11 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [2.7, 3.5, 3.6, 3.7]
python: [2.6, 2.7, 3.5, 3.6, 3.7]
os: [ubuntu-latest, windows-latest, macOS-latest]
steps:
- uses: actions/checkout@v1
- run: python --version
- run: python --version && python3 --version
- run: pip install -r requirements.txt
- run: pip install -r extra.txt
- run: ADAPTER=tiny HTTPBIN=httpbin.bemisc.com python setup.py test

0 comments on commit 0a56939

Please sign in to comment.