Skip to content

Commit

Permalink
remove python 2 and 3.4 from supported by travis
Browse files Browse the repository at this point in the history
  • Loading branch information
afourmy committed Mar 24, 2018
1 parent 1ea1d79 commit 42a2e5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: python

python:
- 2.7
- 3.4
- 3.5
- 3.6

Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

@fixture
def client():
app, solver = create_app()
app, socketio, tsp = create_app()
client = app.test_client()
with app.app_context():
yield client
Expand Down

0 comments on commit 42a2e5d

Please sign in to comment.