Skip to content

Commit

Permalink
Merge pull request #262 from toslunar/hacking100
Browse files Browse the repository at this point in the history
Use hacking 1.0
  • Loading branch information
muupan authored May 9, 2018
2 parents cb124aa + 4aff498 commit 5ac2f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:
- pip install jupyter
- pip install atari_py>=0.1.1
- pip install autopep8
- pip install hacking
- pip install "hacking<1.1"
- pip install coveralls
- python setup.py develop
- python -c "import numpy; numpy.show_config()"
Expand Down

0 comments on commit 5ac2f72

Please sign in to comment.