From 2f7c6e3d566dbdea1fdc8a1ddcebd818be160608 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Fri, 8 Mar 2019 14:01:15 +0100 Subject: without setuptools --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 16c1fb1e..5f5312ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -45,7 +45,7 @@ install: - sudo make install - cd .. - pip3 install --upgrade pip - - pip3 install setuptools Cython sphinx sphinxcontrib-bibtex matplotlib numpy + - pip3 install Cython sphinx sphinxcontrib-bibtex matplotlib numpy script: - mkdir -p build - cd build -- cgit v1.2.3