Skip to content

Commit

Permalink
Updated test Python versions. Removed print not supported by Python2.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrimko committed Aug 23, 2019
1 parent cb1b0a8 commit f845113
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
language: python
python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "3.7"
install:
- pip install auxly
- pip install binaryornot
Expand Down
1 change: 0 additions & 1 deletion app/poppage.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,5 +378,4 @@ def main():
##==============================================================#

if __name__ == '__main__':
print("", end="", flush=True)
main()

0 comments on commit f845113

Please sign in to comment.