Skip to content

Commit

Permalink
Change pythonpath
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Nicholls committed Apr 16, 2019
1 parent a969734 commit 3c66a2d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sudo: false
dist: xenial
language: python
python:
- "2.7"
Expand All @@ -15,10 +16,10 @@ install:
- git clone https://github.com/atcollab/at.git

before_script:
- export PYTHONPATH=$PYTHONPATH:$(pwd)/../pytac:$(pwd)/../at/pyat
- export PYTHONPATH=$PYTHONPATH:$(pwd)/pytac:$(pwd)/at/pyat

script:
- python -m pytest --cov-report term-missing --cov=atip
- flake8
- flake8 atip
- cd docs
- sphinx-build -b html -ETW . _build/html

0 comments on commit 3c66a2d

Please sign in to comment.