Explorar el Código

fix typo in .travis.yml

saleml hace 2 años
padre
commit
59774e3ffe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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