Skip to content

Commit 9ef0645

Browse files
committed
Fix pypy env variable
1 parent 31ed685 commit 9ef0645

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ matrix:
1818
- python: 3.7
1919
env: TOXENV=py37
2020
- python: pypy
21-
env: TOX_ENV=pypy
21+
env: TOXENV=pypy
2222
- python: 3.7
2323
env: TOXENV=flake8
2424

0 commit comments

Comments
 (0)