Skip to content

Commit

Permalink
#147: fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kmyk committed Mar 19, 2018
1 parent 297983f commit 291ba98
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ python:
install:
- pip install .
script:
- echo python setup.py test
- python setup.py test
branches:
only:
- master
1 change: 0 additions & 1 deletion onlinejudge/topcoder.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import urllib.parse
import posixpath
import json
import selenium
import time


Expand Down

0 comments on commit 291ba98

Please sign in to comment.