Skip to content

Commit

Permalink
[ci skip] fixed setup.py + test update
Browse files Browse the repository at this point in the history
  • Loading branch information
hill-a committed Aug 29, 2018
1 parent 4a3f72b commit 17c1f64
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ install:

script:
- flake8 --select=F stable_baselines/common
- docker run --env CODACY_PROJECT_TOKEN=$CODACY_PROJECT_TOKEN baselines-test sh -c 'pytest --cov-config .coveragerc --cov-report term --cov-report xml --cov=. && python-codacy-coverage -r coverage.xml --token=$CODACY_PROJECT_TOKEN'
- docker run --env CODACY_PROJECT_TOKEN=$CODACY_PROJECT_TOKEN baselines-test sh -c 'pytest --cov-config .coveragerc --cov-report term --cov-report xml --cov=. -v && python-codacy-coverage -r coverage.xml --token=$CODACY_PROJECT_TOKEN'
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#!/bin/bash
python -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. --rungpu
python -m pytest --cov-config .coveragerc --cov-report html --cov-report term --cov=. -v
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"gym openai baselines toolbox python data-science",
license="MIT",
long_description=long_description,
long_description_content_type='text/markdown',
version=version,
)

Expand Down

0 comments on commit 17c1f64

Please sign in to comment.