소스 검색

Ensure PyPy unit tests are run in the test stage.

Omer Katz 6 년 전
부모
커밋
684d1c1b3e
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -92,6 +92,7 @@ matrix:
     before_install: ./extra/install_dynamodb.sh
   - python: '3.6'
     env: TOXENV=pypy-unit PYPY_VERSION="pypy2.7-5.8.0"
+    stage: test
   - python: '3.6'
     env: TOXENV=flake8
     stage: lint