Skip to content

Commit 2561ab6

Browse files
mindwmark-adams
authored andcommitted
review comments
1 parent 8b9edf3 commit 2561ab6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
language: python
2+
sudo: false
23
env:
34
- TOXENV=flake8
45
- TOXENV=py26-crypto
56
- TOXENV=py27-crypto
6-
- TOXENV=py32-crypto
77
- TOXENV=py33-crypto
88
- TOXENV=py34-crypto
99
- TOXENV=py34-nocrypto

tests/contrib/test_algorithms.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
import pytest
44

5-
from tests.utils import ensure_bytes, ensure_unicode, key_path
5+
from ..utils import ensure_bytes, ensure_unicode, key_path
66

77
try:
88
from jwt.contrib.algorithms.pycrypto import RSAAlgorithm

0 commit comments

Comments
 (0)