From b3f8e8fccf6e290d9c213ad6b240ba897825c1e9 Mon Sep 17 00:00:00 2001
From: newRuntieException <wdz15@mails.tsinghua.edu.cn>
Date: Thu, 7 May 2020 12:55:10 +0800
Subject: [PATCH] update .travis.yml

---
 .travis.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 2ff3a24..78b4410 100755
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,7 +11,6 @@ install:
   - pip install sphinx
 
 script:
-  - pytest tests
   - cd docs
   - make html && mv ./build/html ./build/docs && rm -r ./build/doctrees
   - cd ..
-- 
GitLab