Skip to content

Commit

Permalink
try some CI fixes
Browse files Browse the repository at this point in the history
maybe need to workaround Issue jbaiter#27.
  • Loading branch information
cbm755 committed Aug 21, 2020
1 parent b00b345 commit 022aa33
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,12 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "pypy"
- "pypy3"
install: pip install tox-travis
install:
- pip install cffi # issue #27?
- pip install tox-travis
script: tox

0 comments on commit 022aa33

Please sign in to comment.