Browse Source

fix typo in .travis.yml

saleml 2 years ago
parent
commit
59774e3ffe
1 changed files with 1 additions and 1 deletions
  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