Skip to content

Commit

Permalink
Remove uncompatible Python3.5 from build (assert_called)
Browse files Browse the repository at this point in the history
  • Loading branch information
eljulians committed Dec 30, 2018
1 parent 99dc9af commit 7d70764
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
language: python

python:
- "3.5"
- "3.6"
- "3.7"
- "3.8-dev"
- "nightly"

dist: xenial
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@

A CHIP-8 emulator.

Python 3.7.

## Set up

```bash
Expand Down

0 comments on commit 7d70764

Please sign in to comment.