Skip to content

Commit

Permalink
tox.ini: pypy spelling
Browse files Browse the repository at this point in the history
Fixes #113
  • Loading branch information
davesteele authored and armooo committed Aug 26, 2015
1 parent 1ac5d99 commit 8e33a99
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,6 @@ python:
- "2.7"
- "3.4"
- "pypy"
- "pypy3"
addons:
apt:
packages:
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py{26,27,34}-test, pyyp-test, py{27,34}-flake8
envlist = py{26,27,34}-test, pypy-test, py{27,34}-flake8

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit 8e33a99

Please sign in to comment.