From e472febfb840ba94d5c231feadffb9cc7281d8a5 Mon Sep 17 00:00:00 2001 From: Andreas Thalhammer Date: Sun, 14 Jul 2019 21:41:20 +0200 Subject: [PATCH] fixed typo --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c13e722..2268395 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,4 @@ python: install: - pip install networkx numpy script: - -pytest + - pytest