소스 검색

update setup and travis.yml

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

+ 2 - 1
.travis.yml

@@ -1,9 +1,10 @@
 language: python
 python:
-  - "3.5"
+  - "3.10"
 
 # command to install dependencies
 install:
+  - pip3 install git+https://github.com/pseudo-rnd-thoughts/gym.git@fixed-env-checker
   - pip3 install -e .
 
 # command to run tests

+ 1 - 1
setup.py

@@ -24,7 +24,7 @@ setup(
     python_requires=">=3.7, <3.11",
     long_description_content_type="text/markdown",
     install_requires=[
-        'gym>=0.24.0',
+        'gym>=0.24.1',
         "numpy>=1.18.0"
     ],
     classifiers=[