Skip to content

Commit

Permalink
add 3.8, remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
azaroth42 committed Nov 9, 2019
1 parent 874582e commit 28b2d0a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
docker:
# specify the version you desire here
# use `-browsers` prefix for selenium tests, e.g. `3.6.1-browsers`
- image: circleci/python:3.6.1
- image: circleci/python:3.8.0

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ python:
- '2.7'
- '3.6'
- '3.7'
- '3.8'
install:
- pip install coveralls ordereddict
- python setup.py install
Expand Down
2 changes: 0 additions & 2 deletions tests/test_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -535,8 +535,6 @@ def test_equality(self):
from cromulent.model import factory
place1 = self.nation('Belgium', 'http://vocab.getty.edu/aat/300128207')
place2 = self.nation('Belgium', 'http://vocab.getty.edu/aat/300128207')
print(factory.toString(place1, False))
print(factory.toString(place2, False))
self.assertEqual(place1, place2)

if __name__ == '__main__':
Expand Down

0 comments on commit 28b2d0a

Please sign in to comment.