소스 검색

fix typo in .travis.yml

saleml 2 년 전
부모
커밋
59774e3ffe
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -6,7 +6,7 @@ python:
 install:
   - pip3 install -e .
   - pip3 install git+https://github.com/pseudo-rnd-thoughts/gym.git@fixed-env-checker
-  - pip3 install gym[others]
+  - pip3 install gym[other]
 
 # command to run tests
 script: ./run_tests.py