We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b79a197 commit 89c2973Copy full SHA for 89c2973
.travis.yml
@@ -2,6 +2,21 @@ language: python
2
dist: xenial # required for Python >= 3.7
3
python: 3.7
4
cache: pip
5
+matrix:
6
+ include:
7
+ - before_script: true
8
+ script: pytest --doctest-modules data_structures
9
10
+ script: pytest --doctest-modules file_transfer_protocol
11
12
+ script: pytest --doctest-modules graphs
13
14
+ script: pytest --doctest-modules machine_learning
15
16
+ script: pytest --doctest-modules maths
17
18
+ script: pytest --doctest-modules project_euler
19
+
20
before_install: pip install --upgrade pip setuptools
21
install: pip install -r requirements.txt
22
before_script:
0 commit comments